I Got Tired of Typoing in My Git Commits, So I Wrote a SpellcheckerLet’s be honest: typos in Git commit messages are embarrassing. Not code-breaking, not production-down kind of embarrassing. But the kind…Jun 24Jun 24
Published inDev Genius[Golang] Garbage Collection in GeneralAs we all know the golang is a garbage collected language like other languages like java, python , C# etc. Golang is a statically typed…Aug 16, 2022A response icon1Aug 16, 2022A response icon1
[Rust] Struct and GenericsLet’s talk about the some custom data types in Rust like struct and emuns . We all know why need custom data type, like any other language…Aug 5, 2022A response icon1Aug 5, 2022A response icon1
[Concepts] and I thought I knew DNSYeah, I know. We all know, use DNS and know how they work. There are numerous of articles and blog explaining how DNS works. However as I…Jul 7, 2022A response icon2Jul 7, 2022A response icon2
Published inTowards Dev[Golang] Functions 101Functions are the building blocks of procedural programming. They help in creating modular code where a big job can be segmented into small…Jul 5, 2022Jul 5, 2022
Published inDev Genius[Rust] Basics and Concepts, Step by Step — 2nd IterationThis blog I will try to concentrate on some of the basic but very important concepts of Rust . This would be my 2nd blog about Rust , you…Jul 5, 2022Jul 5, 2022
Published inDev Genius[Rust] Basics and Concepts, Step by Step — 1st IterationFor sometime I have been thinking to start coding in Rust however due to never ending things, I couldn’t start. Usually I start learning a…Jul 3, 2022Jul 3, 2022
Published inDev Genius[Golang] More on StringsIn Golang or for that matter pretty much in all programming language strings are Immutable data type and also heavily used. This blog let’s…Jun 10, 2022A response icon2Jun 10, 2022A response icon2
Published inAWS TipSRE/DevOps Interview Questions — Linux Troubleshooting — ExtendedThis is an extension of my previous blog about SRE/DevOps Interview Questions — Linux Troubleshooting. Sometime the initial question is…May 5, 2022A response icon2May 5, 2022A response icon2
SRE/DevOps Interview Questions — Tooling — Part 1In continuation of my previous blog [SRE/DevOps Interview Questions — Linux Troubleshooting], this blog I will try to focus on the Tooling…Apr 21, 2022Apr 21, 2022