top of page
Search


Webhooks vs Polling: Approaches for Backend-Frontend Communication in Modern Applications
Effective backend-to-frontend communication is essential when building web applications, especially when different services need to keep...
Nov 14, 20243 min read


Protecting Yourself from Modern Scams: A Guide for 2025
Be prepared for upcoming years, by educating yourself with scams trending in the market. As the year ends, financial concerns often come...
Oct 5, 20244 min read


React Prop Drilling: Should You Use It?
Different State Management Strategy. React Prop Drilling is drilling of the data, from the parent component to the child component. This...
Aug 24, 20244 min read


What the Heck is Platform Engineering?
Platform engineering is a discipline within software engineering that focuses on designing, building, and maintaining a foundational...
Aug 1, 20243 min read


Download CSV in React JS from JSON Array: Step-by-Step Guide
There are many times when you have to download the data in CSV format. This feature is usually required whenever we want to...
Jun 2, 20243 min read


Syncing Time Amongst Your Servers
Understanding Network Time Protocol (NTP) and Precision Time Protocol (PTP). In the realm of computer networks and systems...
May 11, 20243 min read


Top 5 Essential Laptop/Mac Maintenance Tasks for Peak Performance
Optimize Your Device’s Performance and Longevity with These Simple Tips Keeping your laptop or Mac in top condition is crucial for...
May 3, 20245 min read


React JS UseMemo, Performance Improvement.
React useMemo Hook is the standard hooks method, almost similar to Javascript memoisation. In general, we use memoisation in javascript...
May 27, 20232 min read


Stealth Startups: Let's Decrypt Them.
Understanding Stealth Startups and their pros and cons. Startups in the 21st century are those who have seen sunlight in the complete...
Jan 12, 20234 min read


Perks / Hardships of Becoming A Technical Blogger 2023 | Technical.
A blogger who writes about technical content like tutorials for new technology, implementation of new logic, introduction to newly...
Jan 10, 20236 min read


Curling the Alternative Data for Better Analytics.
Understanding alternative data and ways to source it. Alternative data is something that you can get from the not-so-usual source....
Nov 6, 20223 min read


Different Ways You Must Know To Deploy Your Application | Technical.
Theoretically Understand the ways you can adopt to deploy your application. We all as software developers always wanted to develop...
Oct 8, 20227 min read


Trip Collaborator: Finalising Location Made Easy
Overview of My Submission The project is called Trip Collaborator. About the project. Trip Collaborator is an application which will help...
Sep 18, 20222 min read


Crack the Code of Landing the Technical Interviews
Let's debunk the fact and myths about job search. When we are upscaling ourselves to grow as an individual, once we are done with a...
Sep 18, 20228 min read


Build a Resilient Application Using Different Redis Offerings.
Let's try to build an application using Node Js and Redis which utilise caching, and also leverage the Redis pub-sub pattern. So in this...
Jul 25, 20229 min read


Behavioral Interview Question and Possible Answer
So if you are preparing for your next Behavioral interview you must be curious about what we can expect to be asked in our next...
Jun 2, 20224 min read


Let's Decide if React-Redux is a Thing of the Past after React Context API.
For all the react-redux, let’s understand the context hook provided by React. Strictly a technical article. React-Redux has become a...
May 8, 20226 min read


3 Ways Digital World is Contributing to Prevention of Global Warming
Specifically, we will be discussing the paper industry. So it won’t be wrong to say that global warming is a serious issue. Wherever we...
Apr 30, 20225 min read


Redux Saga Tutorial | Hooks Vs Lifecycle method in React components. | Part 2.
A Complete Guide To Redux-Saga With React JS and Redux project. Following is the overview of what we are planning to discuss in this...
Apr 4, 20223 min read


Explore Non-Fungible Token (NFT) | Technology.
The Article contains a basic understanding of NFT. NFT, Non-fungible tokens are the current trend. If you are active in the...
Mar 12, 20225 min read
bottom of page