© 2023 Hashnode
#wemakedevs
Golden handcuffs — when you stay at a job that you’d rather quit only for the money. I thought I was going to stay at Netflix forever. Top of market pay. Freedom and responsibility. Unlimited PTO. Wha…
Why would you need to create your own image:- Either you and your team decided to dockerize the application you're building for ease of shipping and deployment, or you were unable to locate the part o…
I think this series of blogs will be a good help to all the budding people out there aiming for Google Summer Of Code. It all began in early October 2022, when I heard about Hacktoberfest. The goal of…
Hello folks 👋 In this blog you'll get a clear aspect of how one can get started in the field of development and become a great frontend developer. I'm pretty very much excited to share my knowledge a…
🚀Introduction You might have heard of JSON or XML, but have you heard of YAML? YAML (Yet Another Markup Language OR YAML ain't markup language) is a data serialization format that is becoming increas…
Props and Children In this reading, you will learn about props and children, what are their purpose and how they are utilized in React components. Introduction to Props You might have studied about parameters in a JavaScript function that…
As technology continues to advance, the demand for front-end developers is increasing. Front-end developers play a crucial role in creating the user interface and user experience of a website or appli…
Being from the '24 batch, I too, started my tech journey during the pandemic. Fresh out of High School, I had no idea what to do in the big world of engineering and I did not have seniors to guide me …
Have you ever been into a problem where the application just gets messed up after refactoring or making some changes to the code? Well, this is exactly what happens if the unit tests coverage for the …
Introduction DevOps is basically set of practices and principles aimed at improving collaboration and communication between development and operations teams in software development. In today's fast-pa…
Three.js is a JavaScript library that provides an easy and intuitive way of creating interactive 3D graphics within a web browser. It provides a scene graph for managing the objects in the scene and a…
What is Recursion? The process in which a function calls itself either directly or indirectly is called recursion and the corresponding function is called a recursive function with recursion you can …
Hello There 👋 Welcome to a deep dive into the world of Spotify's technology. In this post, we will explore the key role played by Python in powering Spotify's tech stack. From server-side development…