top of page
Search


Expert Advice from MANG Engineer: Practical Tips for Success
FYI: MANG Stands for Meta, Amazon, Apple, Netflix, and Google Learn valuable insights from an experienced MANG engineer to enhance your success in any professional field. Discover practical tips that extend beyond engineering, aimed at boosting productivity and overall achievement. Delve into key points this seasoned professional shares to optimize your journey toward continuous growth. Never-Ending Learning: Unlocking success within the MANG ecosystem involves more than just
Aug 18, 20233 min read


Different Ways of Handling Dynamic Routing in Next.js
When developing any front-end project, you must have come across routing. Even though having a static website still it would have some route configured. Routing helps you load different components, based on users' requirements. The user is given the option to choose from the various options to choose from. Like the home screen bar which can take the user to different pages like careers, blogs, contact us etc. So it is a sure thing that if we are making a webpage or mobile app
Jul 23, 20236 min read


A Better Understanding Of Micro Rep Vs Mono Repo.
Be well aware before choosing the right strategy. As a software developer, we have definitely worked on some sort of codebase which are in a repository. The repository is responsible for daily activities like code sharing, ownership management, and code merging. The repository has become a critical part of the development journey. We could not think of anything digital without some sort of code running behind it and the repository comes as a saviour. It is used to store data,
Jul 12, 20236 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 to cache specific data based upon the input provided to the function. The memoisation technique is generally used if you are willing to avoid heavy computations. What is the use of useMemo in react? Many functions are making heavy computational calculations, which can lead to reducing the performance of the entire code. Here comes the useMemo
May 27, 20232 min read


Saga Microservice Pattern.Art of Managing microservice using different strategies.Nowadays develop
Art of Managing microservice using different strategies. Nowadays developers are moving towards microservice-based architecture, instead of following Monolithic-based architecture. We have various benefits of using a microservice-based architecture as in microservice every service is responsible for the type of work they plan. Once we have successfully developed the code for each of our microservice, they need to communicate amongst themselves. Also with microservice since w
Apr 9, 20233 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


Explore the Architecture Behind a Typical Notification
We are all well aware of the notifications which we receive from the different applications. We get a notification about various activities/services like when we order something from Zomato, MakeMyTrip, or Uber on any such related platform. However, since the process is so engraved in the system, we never bother to know about the functionality of any such system. As a software developer or technology enthusiast, it will be very fun to understand the system design that is resp
May 20, 20227 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


Firmware Vs Software
Understand the difference between firmware and software. We have commonly heard about the term while purchasing various technical still the term i.e. Software and Firmware. We know that any physical device is a combination of software hardware and some program which is embedded inside the hardware. So any inquisitive mind will try to understand the difference between software and firmware i.e. their definition, where and what is used when. Without wasting any time let us sta
Apr 26, 20222 min read


Understanding Ethereum.
A guide to understanding Ethereum for any blockchain enthusiast Let us start with Ether which just like bitcoin is another cryptocurrency that is highly accepted by most individuals as it is the second most accepted cryptocurrency. Ethereum is an open-source blockchain platform that is entirely maintained by peers(miners) who participate in the network. Due to the Ethereum network, anyone can deploy their decentralised application over the network. Also, we can make transacti
Apr 19, 20225 min read


Redux saga: takeLatest vs takeEvery.
A use case we must understand for using takeLatest vs takeEvery in our react js product using redux-saga . So if you have your Reactjs application and want to integrate it with react saga, then it is a must that you are aware of the two methods provided by React saga library i.e. takeLatest and takeEvery. If in case you want to understand how we can set up redux-saga you can follow along with the following tutorial. Redux Saga Tutorial Links: Redux Saga Tutorial | React JS, i
Apr 17, 20223 min read


Redux Saga Tutorial | Implement redux-saga with ReactJS and Redux.| Part 4
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 article. So we will discuss a few of the following topics in the article in chronological order. This will be a 4 part series containing the information about React Saga. Redux Saga Tutorial | React JS, its setup. Creating class-based vs functional components. | Part 1. Redux Saga Tutorial | Hooks Vs Lifecycle method in React components. | Pa
Apr 12, 20224 min read
bottom of page