Blog
Thoughts, notes, and small write-ups.
Learning ES6/JavaScript - Part 2
Mar 29, 2020
Introduction: Let's revise a bit
An amazing curve of learning is to learn facts and then implement it. I started JavaScript with the curiosity of learning front-end technologies but now it is getting more interesting as I move forward with this langu...
6 min read
5 views
Simplifying Computational Complexity {time and space}
Mar 26, 2020
Introduction
When someone wants to master computer programming, the best way to start is to learn the complexity of the system. Before you start with coding common questions you should ask yourself are:
Why should I write the program in this way on...
4 min read
6 views
Learning ES6/JavaScript - Part 1
Mar 25, 2020
Note: javascript & java both are very different from each other
What is javascript?
Javascript is a programming language that was developed to add life to web pages ie. displaying realtime props by loading pages dynamically.
Anything & everything you...
6 min read
9 views
REDIS —Lighting fast NoSQL (Part 1)
Jan 06, 2020
It’s been quite a while I am using Redis, it is the lighting-fast NoSQL in-memory database among other databases which also supports disk storage for persistence. Since its a personal experience with Redis, I will try to keep things practical and mor...
6 min read
3 views
Jenkins: Dev-Ops Saviour
Nov 29, 2018
Jenkins
Jenkins a mighty sword for Dev-Ops Engineer.
We all know Dev-Ops is evolving very fast and making it powerful yet vital slots for all Linux lovers who not only love to code but like to automate things in a unique way. Similarly, in this cru...
4 min read
10 views