-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.xml
62 lines (52 loc) · 4.85 KB
/
index.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>The Dev Stuff</title>
<link>https://www.freakynit.github.io/</link>
<description>Recent content on The Dev Stuff</description>
<generator>Hugo -- gohugo.io</generator>
<lastBuildDate>Thu, 25 Feb 2021 01:00:00 +0530</lastBuildDate><atom:link href="https://www.freakynit.github.io/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>Kubernetes Handnotes</title>
<link>https://www.freakynit.github.io/posts/kubernetes-handnotes/</link>
<pubDate>Thu, 25 Feb 2021 01:00:00 +0530</pubDate>
<guid>https://www.freakynit.github.io/posts/kubernetes-handnotes/</guid>
<description>These are some of the handnotes that I&rsquo;ve prepared over the course of a few years working with kubernetes. Many of these are generally not known well, unless a person has dug deep into the official kubernetes docs.
These are in no specific order, and are meant to be used as notes for quick, and comparatively detailed reference to kubernetes.
The target audience for these handnotes are beginners who have familiaried themselves with the core concepts of kubernetes, and now wish to dig deeper for better understanding, and professionals, who want a quick and thorough reference to the most important aspects of kubernetes without referring to official docs again and again.</description>
</item>
<item>
<title>Distributed Systems Guide</title>
<link>https://www.freakynit.github.io/posts/distributed-systems-guide-part1/</link>
<pubDate>Thu, 18 Feb 2021 01:00:00 +0530</pubDate>
<guid>https://www.freakynit.github.io/posts/distributed-systems-guide-part1/</guid>
<description>The aim of this guide is to provide an easy to understand, yet comprehensive introduction to distributed systems, which have become fundamental to modern data processing systems. The target audience for this guide are the people who desire, or are professionally starting to work in distributed systems. The guide might also be useful as a refresher for experienced professionals. 1. What is a distributed system As the name implies, it&rsquo;s a system that is distributed in nature.</description>
</item>
<item>
<title>Learnings from 10+ years of my software development work</title>
<link>https://www.freakynit.github.io/posts/learnings-from-10-years-of-software-development/</link>
<pubDate>Sun, 07 Feb 2021 01:00:00 +0530</pubDate>
<guid>https://www.freakynit.github.io/posts/learnings-from-10-years-of-software-development/</guid>
<description>After being in this industry for more than a decade now, there are a huge set of learnings that I have gathered.
From programming microprocessors in assembly language on a dedicated hardware programmer to working on petabyte scale data pipelines, I have gained experience with many different paradigms of programming world.
Also, from working in a small one-room startup to a global conglomerate, to starting my own, I have also experienced many different organizational aspects and how they shape the entire software development process.</description>
</item>
<item>
<title>Using Gitlab's free private repo and CI/CD to deploy a static site to Github Pages for free</title>
<link>https://www.freakynit.github.io/posts/private-repo-gitlab-cicd-github-pages/</link>
<pubDate>Fri, 05 Feb 2021 21:00:00 +0530</pubDate>
<guid>https://www.freakynit.github.io/posts/private-repo-gitlab-cicd-github-pages/</guid>
<description>Have you ever desired to host your own personal blog, or a website to showcase your work, for free? All this while taking advantage of a globally distributed CDN to speed up the site&rsquo;s delivery to your visitors?
Github Pages gives us exactly that!! It give us the ability to host static content (blog/website) for free. We can use that to showcase our work, highlight our achievements, share our resume, setup our personal blog, etc.</description>
</item>
<item>
<title>About Me</title>
<link>https://www.freakynit.github.io/about/</link>
<pubDate>Thu, 04 Feb 2021 23:56:33 +0530</pubDate>
<guid>https://www.freakynit.github.io/about/</guid>
<description>Hi there, Nice to meet you. My name is Nitin Bansal. I&rsquo;m from Punjab, India.
Professionaly, I have worked on distributed systems most often. Occasionally, and as when needed, I have worked on other other systems too, including frontend and mobile.
Technologies that I have worked with include: Java, Kafka, BigQuery, MongoDB, Redis, Cassandra, Elasticsearch, Jenkins, Docker, Kubernetes, Python, NodeJS, Javascript, AWS, Numpy, Pandas, Apache Airflow, Apache Spark, and a few others.</description>
</item>
</channel>
</rss>