<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>book on Jaaved Ali Khan</title><link>https://jaaved.netlify.app/tags/book/</link><description>Recent content in book on Jaaved Ali Khan</description><generator>Hugo -- gohugo.io</generator><language>en-us</language><lastBuildDate>Wed, 24 Apr 2024 23:41:19 +0300</lastBuildDate><atom:link href="https://jaaved.netlify.app/tags/book/index.xml" rel="self" type="application/rss+xml"/><item><title>Implementation Patterns</title><link>https://jaaved.netlify.app/notes/20210808194126-implementation_patterns/</link><pubDate>Wed, 24 Apr 2024 23:41:19 +0300</pubDate><guid>https://jaaved.netlify.app/notes/20210808194126-implementation_patterns/</guid><description/></item><item><title>THE ELEMENTS OF STYLE (UPDATED 2011 EDITION)</title><link>https://jaaved.netlify.app/notes/the_elements_of_style_updated_2011_edition/</link><pubDate>Tue, 08 Aug 2023 19:45:55 +0400</pubDate><guid>https://jaaved.netlify.app/notes/the_elements_of_style_updated_2011_edition/</guid><description/></item><item><title>A Friendly Introduction to Software Testing</title><link>https://jaaved.netlify.app/notes/a_friendly_introduction_to_software_testing/</link><pubDate>Mon, 07 Aug 2023 10:51:03 +0400</pubDate><guid>https://jaaved.netlify.app/notes/a_friendly_introduction_to_software_testing/</guid><description>Book # Author: Bill Laboon # Last annotated on: 2023-04-25 # Highlights count: 4 # Notes count: 1 # Highlights and notes: # Loc: [[kindle://book/?action=open&amp;amp;asin=B01BCPXLHU&amp;amp;location=126[126]] # color: yellow
By the end, my expectation is that the reader will have all the skills necessary to enter the workforce in the field of quality assurance, although I feel that managers, developers, and others involved in the software development process may also find it very useful.</description></item><item><title>Ansible for DevOps: Server and configuration management for humans</title><link>https://jaaved.netlify.app/notes/ansible_for_devops_server_and_configuration_management_for_humans/</link><pubDate>Sat, 05 Aug 2023 23:32:21 +0400</pubDate><guid>https://jaaved.netlify.app/notes/ansible_for_devops_server_and_configuration_management_for_humans/</guid><description>Summary # Author: Jeff Geerling # Last annotated on: 2021-05-15 # Highlights count: 66 # Notes count: 9 # Highlights and notes: # Loc: # color: orange. note:
Vagrant, a server provisioning tool, and VirtualBox, a local virtualization environment, make a potent combination for testing infrastructure and individual server configurations locally.
Loc: # color: orange. note:
up the first time, Vagrant automatically provisions the newly-minted VM using whatever provisioner you have configured in the Vagrantfile.</description></item><item><title>Python for DevOps - Noah Gift</title><link>https://jaaved.netlify.app/notes/python-for-devops-noah-gift/</link><pubDate>Mon, 10 Jul 2023 14:21:03 +0400</pubDate><guid>https://jaaved.netlify.app/notes/python-for-devops-noah-gift/</guid><description>Python for DevOps - Noah Gift # TOC # Regular Expression # import re cc_list = &amp;#39;&amp;#39;&amp;#39;Ezra Koenig &amp;lt;ekoenig@vpwk.com&amp;gt;, Rostam Batmanglij &amp;lt;rostam@vpwk.com&amp;gt;, Chris Tomson &amp;lt;ctomson@vpwk. Bobbi Baio &amp;lt;bbaio@vpwk.com&amp;#39;&amp;#39;&amp;#39; r = re.search(&amp;#39;[RB]obb[yi]&amp;#39;, &amp;#39;robbi&amp;#39;) print(r) r = re.search(&amp;#39;Chr[a-z][a-z]&amp;#39;, cc_list) print(r.group()) # search vs findall r = re.search(r&amp;#39;[A-Za-z]+&amp;#39;, cc_list) # returns first match print(r.group()) r = re.findall(r&amp;#39;[A-Za-z]+&amp;#39;, cc_list) print(r) r = re.search(r&amp;#39;\w+\@\w+\.\w+&amp;#39;, cc_list) print(r.group()) r = re.findall(r&amp;#39;\w+\@\w+\.\w+&amp;#39;, cc_list) print(r) # groups r = re.</description></item><item><title>Smalltalk best practice patterns</title><link>https://jaaved.netlify.app/notes/smalltalk_best_practice_patterns--20230606-115625/</link><pubDate>Tue, 20 Jun 2023 14:12:18 +0400</pubDate><guid>https://jaaved.netlify.app/notes/smalltalk_best_practice_patterns--20230606-115625/</guid><description> Book Metadata # tags amazon goodreads Author: Kent Beck Published: 1996 Evernote tag: b_smalltalk_best_practice_patterns Pages: 240 Recommended by: One of the top 5 programming books recommended by DHH: The five programming books that meant most to me as his favorite nuts and bolts book - comments on amazon and goodreads suggest that this book will help oo concepts and applying patterns, not just limited to smalltalk. &amp;lt;https://www.goodreads.com/book/show/781561.Smalltalk_Best_Practice_Patterns&amp;gt;</description></item><item><title>Elements of Style</title><link>https://jaaved.netlify.app/notes/elements_of_style--20220331-173732/</link><pubDate>Sat, 14 Jan 2023 20:06:50 +0400</pubDate><guid>https://jaaved.netlify.app/notes/elements_of_style--20220331-173732/</guid><description>Summary # ref
Elementary Rules of Usage # Form the possessive singular of nouns by adding ’s. […] Charles’s friend
In a series of three or more terms with a single conjunction, use a comma after each term except the last. red, white, and blue
Enclose parenthetic expressions between commas. The best way to see a country, unless you are pressed for time, is to travel on foot. This rule is difficult to apply; it is frequently hard to decide whether a single word, such as however, or a brief phrase, is or is not parenthetic.</description></item></channel></rss>