My Blog

Whenever I find something fascinating, I do some research on it & put all of it here.

Featured

Understanding DevOps: Key Practices, Tools, and Benefits

DevOps is a software development approach that aims to improve the speed and reliability of software releases through collaboration, automation, and c
DevOps, CI/CD, Git
M. Mursaleen
M. Mursaleen
4 min read
Featured

DevSecOps: Integrating Security into the Software Development Process

DevSecOps www.devsecops.org is a set of practices that aims to integrate security practices into the software development and delivery process. It is
DevOps, CI/CD, Git, Kubernetes, Docker, Security
M. Mursaleen
M. Mursaleen
8 min read
Featured

Docker: An Introduction to Containerization and Its Benefits

Docker simplifies the process of developing and deploying applications by automating repetitive and mundane configuration tasks. It can be used throug
Docker, Kubernetes, DevOps
M. Mursaleen
M. Mursaleen
8 min read
Featured

Understanding Kubernetes: A Comprehensive Guide to Container Orchestration

Kubernetes kubernetes.io is a popular open-source container orchestration system for automating the deployment, scaling, and management of containeriz
DevOps, Docker, Kubernetes, CI/CD
M. Mursaleen
M. Mursaleen
9 min read

𝐋𝐢𝐬𝐭 𝐨𝐟 𝐜𝐚𝐫𝐞𝐟𝐮𝐥𝐥𝐲 𝐜𝐮𝐫𝐚𝐭𝐞𝐝 65 𝐜𝐡𝐞𝐚𝐭𝐬𝐡𝐞𝐞𝐭𝐬 𝐲𝐨𝐮 𝐰𝐢𝐥𝐥 𝐞𝐯𝐞𝐫 𝐧𝐞𝐞𝐝

1. Python : https://lnkd.in/grD8XUS6 2. Pandas : https://lnkd.in/g4yTJ7CP 3. NumPy : https://lnkd.in/gg9Uw-km 4. Matplotlib https://lnkd.in/ga
M. Mursaleen
M. Mursaleen
2 min read

I spent 5 years interviewing 233 millionaires — here’s the No. 1 career move that made them rich - by Tom Corley

I spent five years studying and interviewing 233 millionaires to learn about their habits and the way they think. Work was a big topic: 51% were entr
M. Mursaleen
M. Mursaleen
3 min read

"We have always done it this way" — Why it is so Difficult to Change

"We have always done it this way" - Why it is so Difficult to Change Change means innovation and the creation of the future. Change is the implemen
M. Mursaleen
M. Mursaleen
1 min read

"90 percent of all management problems are caused by miscommunication."

0:00/1× Serious communication gap here. And, they are going nowhere🤦‍♀️ "90 percent of all management problems are caused by miscommunication."- Da
M. Mursaleen
M. Mursaleen
1 min read

Creativity & Innovation are Important

99% of the people who try to build their Social media brand, Amazon business, or any online business fail because they try to replicate what they see
M. Mursaleen
M. Mursaleen
1 min read

Harvard University's advice on decent resume & cover letter

Since a resume is a brief, informative summary of your abilities, education, and experience, it should highlight your strongest assets and skills, and
M. Mursaleen
M. Mursaleen
1 min read

What Is Scope Creep in Project Management

Scope creep is a phenomenon that occurs in project management when the scope of a project begins to expand beyond what was originally agreed upon. Thi
M. Mursaleen
M. Mursaleen
4 min read

Let’s Fire All The Micromanagers

Micromanagers are by far the least popular managers. Nobody wants to report to one. Nobody wants to be one. The funny thing about micromanagers is the
Management, Corporate, Inspiration, Leadership
M. Mursaleen
M. Mursaleen
6 min read

How Real Leaders Melt The Iceberg of Ignorance With Humility

Yoshida found that, even though 100% of front-line problems were known to the front-line employees, only 74% were known to team leaders, 9% to middle
Management, Corporate, Inspiration, Leadership
M. Mursaleen
M. Mursaleen
6 min read

The Civic Information API: A Comprehensive Guide

The Civic Information API is a Google API that allows developers to access civic information, such as polling place locations, early vote locations, c
API, News, Google, FAANG
M. Mursaleen
M. Mursaleen
3 min read

Cool Docker Commands

Basic Commands 1. docker images Lists images. 2. docker ps Lists containers. Remove all images from Containers docker container rm -f $(docker co
Docker, DevOps, DevSecOps, Kubernetes
M. Mursaleen
M. Mursaleen
1 min read

Host, Service, Network Monitoring: Tools & Practices

Server monitoring is the practice of tracking and analyzing the performance and availability of servers in a network. This involves monitoring various
Server, DevOps
M. Mursaleen
M. Mursaleen
6 min read

An Introduction to SonarQube: A Platform for Improving Code Quality and Security

SonarQube is an open-source platform for continuously inspecting the Code Quality and Security of your codebase. It provides an overview of the overal
CI/CD, DevOps, DevSecOps, Git, Security
M. Mursaleen
M. Mursaleen
2 min read

An Introduction to GraphQL: The Flexible and Efficient Query Language

GraphQL is a query language that was created by Facebook as an alternative to REST APIs. It is designed to provide a more flexible and efficient way f
Frontend Development, Gatsby, Gridsome, JAMstack, React, Vue, Database, GraphQL, API, REST
M. Mursaleen
M. Mursaleen
6 min read

Understanding Referential Equality in React

Ignoring the Referential Equality introduces minor bugs as discussed above. But, when developing React components, we use effects (useEffect) and memo
Javascript, React, Frontend Development
M. Mursaleen
M. Mursaleen
6 min read

Understanding the JAMstack Architecture: A Guide to Building Faster and More SEO Performant Web Applications

JAMstack is a modern web development architecture that stands for JavaScript, APIs, and Markup. It is a web development approach that focuses on using
JAMstack, React, Vue, Gatsby, Gridsome, CI/CD, Frontend Development, Git
M. Mursaleen
M. Mursaleen
8 min read

Platform One: Department of Defence (DoD) Enterprise DevSecOps Services

Platform One: DoD Enterprise DevSecOps Services is a program offered by the U.S. Department of Defense (DoD) to provide enterprise-level development,
DevOps, Docker, CI/CD, Kubernetes, Security, DevSecOps
M. Mursaleen
M. Mursaleen
5 min read

Understanding React Hooks & Custom Hooks: A Beginner's Guide

React Hooks are a new feature in React that allows you to use state and other React features without writing a class. They were introduced in React 16
React, Frontend Development
M. Mursaleen
M. Mursaleen
4 min read

Understanding the Differences Between Native Code and Bytecode

Native code is machine code that is directly executed by the central processing unit (CPU) of a computer. Bytecode, on the other hand, is a intermedia
Computer Architecture, Programming Language
M. Mursaleen
M. Mursaleen
1 min read

Compiler vs Interpreter vs Transpiler: Understanding the differences

One key difference between transpiling and compiling is that transpiling involves a conversion between languages that have similar level of abstractio
Programming Language, Computer Architecture
M. Mursaleen
M. Mursaleen
4 min read

An In-Depth Look at Web Servers: History, Functionality, and Importance

Web servers are essential for the modern internet, enabling organizations and individuals to share information and connect with others online. We also
Server, Docker, Kubernetes
M. Mursaleen
M. Mursaleen
5 min read

JAMSTACK is
Awesome

Obsessed with Technology.

This site is built on JAMStack architecture:
GhostJS as headless CMS & content API,
GatsbyJS for Static Site Generation (SSG ), GitHub Actions for CI/CD.
NodeJS , ReactJS & GraphQL

© 2023 — Mursaleen