-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.xml
2 lines (2 loc) · 2.94 KB
/
index.xml
1
2
<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/"><channel><title>Jay Gandhi</title><link>https://www.gandhijay.com/</link><description>Recent content on Jay Gandhi</description><generator>Hugo -- 0.139.3</generator><language>en</language><lastBuildDate>Thu, 10 Oct 2024 02:39:21 +0530</lastBuildDate><atom:link href="https://www.gandhijay.com/index.xml" rel="self" type="application/rss+xml"/><item><title>Flow of Control (Control Flow)</title><link>https://www.gandhijay.com/posts/control-flow/</link><pubDate>Thu, 10 Oct 2024 02:39:21 +0530</pubDate><guid>https://www.gandhijay.com/posts/control-flow/</guid><description><h4 id="flow-of-control-control-flow">Flow of control (control flow)</h4>
<p>Flow of control is an order which instructions, statements and function calls are executed/evavluted in imparative program. Flow of control might be <em>sequential</em> i.e. executing the statements one by one (smooth control flow), <em>conditional</em> where program executes specific blocks based on condition (e.g. <code>jne</code> in asm, <code>if/else</code> in most programming languages), repetative/loops like <code>for</code>, function calls and exceptional handling where program tries to recover from error or exceptions e.g. <code>try/catch/finally</code> block. There can be combination of two as well like using <code>while</code> or using <code>break | continue | goto</code> in a loops.</p></description></item><item><title>Log in Apache Kafka</title><link>https://www.gandhijay.com/posts/apache-kafka-series-part-one/</link><pubDate>Fri, 07 Jul 2023 02:39:21 +0530</pubDate><guid>https://www.gandhijay.com/posts/apache-kafka-series-part-one/</guid><description>This is first part of the series on Apache Kafka, a well known distributed messaging system. We will explore the log data structure, why it is important. It&#39;s not just about logging.</description></item><item><title>Notes on Write Amplification versus Read Perspiration</title><link>https://www.gandhijay.com/posts/write-amplification-versus-read-perspiration/</link><pubDate>Fri, 08 Jul 2022 02:39:21 +0530</pubDate><guid>https://www.gandhijay.com/posts/write-amplification-versus-read-perspiration/</guid><description>Notes on ACM artilcle &#39;Write Amplification versus Read Perspiration&#39; by Pat Helland</description></item><item><title>Bookshelf</title><link>https://www.gandhijay.com/bookshelf/</link><pubDate>Fri, 01 Jul 2022 02:39:21 +0530</pubDate><guid>https://www.gandhijay.com/bookshelf/</guid><description>List of books I recommand to have</description></item><item><title>Jay Gandhi</title><link>https://www.gandhijay.com/about/</link><pubDate>Fri, 01 Jul 2022 02:39:21 +0530</pubDate><guid>https://www.gandhijay.com/about/</guid><description>Senior Software Engineer at ServiceNow</description></item></channel></rss>