Blogs
- Rediscover the Joy of Reading: Best Marathi Book Reviews to Inspire Your Mind and Soulby Akshay GudhateOne habit that consistently stands out among all the successful people, is their deep love for book and reading. Books have always been a guiding force for those who achieve great things in life. They teach us to dream, to envision a future beyond the present, and to become a guiding light on our journey.… Read more: Rediscover the Joy of Reading: Best Marathi Book Reviews to Inspire Your Mind and Soul
- 8 Effective Ways to Tell If A Product Is Actually Eco-Friendlyby Kevin FeldmanPollution is everywhere, and we must use eco-friendly products to save this world. We live on this planet and we must work for the betterment of this planet. A simple and easy way to save this world is by using environmentally friendly products. Choosing these products seems challenging. When you are about to purchase an… Read more: 8 Effective Ways to Tell If A Product Is Actually Eco-Friendly
- 10 books which can make you rich!!by Maverick HillThe world can be a scary place. It’s full of risks, uncertainties, and looming crises. But you don’t need to cower from it! Instead, read these ten books on finance and personal economics that will arm you with the power to take control of your finances for good. These aren’t your typical personal finance books… Read more: 10 books which can make you rich!!
- 10 must-have Laptop Accessoriesby Maverick HillWork From Anywhere has enabled us to work remotely from any part of the world using your Laptop. While doing so we run into situations where we need some accessories that are only available after a period of time. So let’s list out the 10 must-have Laptop Accessories. 1. A Wireless Keyboard and Mouse Combo… Read more: 10 must-have Laptop Accessories
- Is Optimization worth in Node and MongoDBby Navanath JadhavI always think that optimization is as important as the feature itself. I saw developers ignoring this stage of development and ending up rewriting the whole code. We should give equal importance to optimization as we give it to the feature. Node.JS is best suited for data-intensive applications due to its lightweight IO operations. What… Read more: Is Optimization worth in Node and MongoDB
- RabbitMQ: Smart Decoupling Rabbits!by Akshay GudhateI am a big fan of asynchronous software architectures, hence love the words like micro-services, data-streaming, events, decoupling, and many more. It can add a new dimension to scalable, reliable systems. Backend development is pretty much easy until the scaling part comes into the picture, and suddenly it feels like a creepy system. Considering the… Read more: RabbitMQ: Smart Decoupling Rabbits!
- Demystifying complex messaging applications using WebSocket!by Akshay GudhateHave you ever tried to create chat applications? Whenever you want bidirectional communication(server to client and client to server), WebSocket is the new-age solution. But setting up WebSocket in an efficient way is still a key. You may find various articles over this which makes set-up easy, but I think it is inefficient and also… Read more: Demystifying complex messaging applications using WebSocket!
- JavaScript Variables: The idea behind Var, Let, and Constby Akshay GudhateIs var, let and const are different?? And if yes then how?? You might have had heard this question in every JavaScript interview. Let’s understand the idea behind it. In JavaScript to store any data into the variable, you must know the following things. Declaration of variable // let a; Initialization of variable // a… Read more: JavaScript Variables: The idea behind Var, Let, and Const
- 5 Things To Know Before Starting With DevOpsby Namrata ButchDevOps is a combination of two words Development and Operations In an organization, there are separate teams who work for different tasks such as development, testing, monitoring. Usually, the Product is developed first and then the operations team will perform their task. In the technical or Software Development Life Cycle, we refer to it as… Read more: 5 Things To Know Before Starting With DevOps
- How to Start with Automationby Namrata ButchToday when we talk about automation, multiple things will come to our mind. Some of us relate automation with AI, ML some with IoT, RPA like things. But automation is a lot more than that. Nowadays the demand for Automation is growing rapidly in every domain including Manufacturing, Construction, Information Technology, etc. So, what is… Read more: How to Start with Automation
- How to Integrate Digital Signature Solutions in Web Applicationsby Arpita DuttaThe widespread use of electronic signatures has made many people think about how they can add signing usefulness to their applications. There is a rush for opening a different space for esignature software to sign documents online. Through the way of adding signatures in a word or PDF document, they need to rapidly type their… Read more: How to Integrate Digital Signature Solutions in Web Applications
- 5 Best online Code Editors in 2021by Navanath Jadhav2020 was a tough year for all of us, as people started working remotely from home it became hard for recruiters to conduct machine tests and evaluate the candidates. So in this scenario, Online Code Editors plays a very crucial role as it allows you to share your code snippet or whole project anywhere in… Read more: 5 Best online Code Editors in 2021
- Server-side pagination in Angular 11by Navanath JadhavAdding pagination in Angular app can be tricky because the moment you start searching for pagination you will find a lot of pagination libraries. Using ready-made libraries can be a good option in simple applications but not in complex apps. Customisation is very limited in ready-made libraries so in such cases we should prefer to… Read more: Server-side pagination in Angular 11
- MongoDB Developer Roadmap for 2021by Navanath JadhavMongoDB Developer Roadmap for 2021. Learn MongoDB in a better and efficient way with the help of MongoDB Developer Roadmap. Become a good MongoDB Developer
- 3 Simple steps to add pagination in Reactby Navanath JadhavPagination is an important feature of any application where we need to handle large amounts of data into smaller chunks. As our data grows it becomes essential for a developer to load data from API in chunks and show in UI. It’s always a good practice to fetch data in a small & precise manner… Read more: 3 Simple steps to add pagination in React
- 5 Simple Ways To Get Started With Reactby Navanath JadhavReact is a popular JavaScript framework created by Facebook for building front end applications. Getting started with react is not easy as it seems, there are multiple frameworks and tool-chains available, and it’s important to choose the right one. In this article, we will show you some simple & best frameworks for creating a react… Read more: 5 Simple Ways To Get Started With React
- Is Redux necessary for React application & when to use it?by Navanath JadhavRedux is a state management tool and can be used with React application for managing states. Getting started with React can be overwhelming because we see a lot of state management tools are available on the internet today. Before getting started let’s understand what is state management. State management & its need In simple words,… Read more: Is Redux necessary for React application & when to use it?