Software architecture styles are the foundational blueprints for constructing various software systems, ensuring they meet specific requirements and quality attributes.
⏱️ 5 minutes read
#architecture
⏱️ 5 minutes read
#architecture
Medium
Most Common Software Architecture Styles
Software architecture styles are the foundational blueprints for constructing various software systems, ensuring they meet specific…
👍9🌚2🤩1🤪1
Following is the distribution of the topics I have solved questions from and the number of questions in each of them.
⏱️ 3 minutes read
#algorithms
⏱️ 3 minutes read
#algorithms
Medium
I Solved 300+ Leetcode problems here is what I learnt.
Hi I have finally solved 300 problems on LeetCode. Following is the distribution of the topics I have solved questions from and the number of questions in each of them. The major thing I have learnt…
👍14❤2🐳2👾1
Building a chat application with React, Strapi, and Firebase combines React’s frontend strength with Strapi backend data management skills, Firebase’s authentication and messaging functionality. In this tutorial, you’ll learn how to create a Strapi chat app, integrate Firebase for user authentication, and get real-time updates.
⏱️ 14 minutes read
#react #firebase #strapi
⏱️ 14 minutes read
#react #firebase #strapi
Medium
How to Build a Chat App with React, Strapi & Firebase
In this tutorial, you’ll learn how to create a Strapi chat app, integrate Firebase for user authentication, and get real-time updates.
👍12🍾3🤪2❤1👾1
React.js has become a cornerstone of modern web development, with its unique approach to managing state within components. One common hook, useState, is fundamental but often misused.
⏱️ 4 minutes read
#react
⏱️ 4 minutes read
#react
Medium
4 useState Mistakes You Should Avoid in React🚫
Introduction
👌6👍4👨💻2💅1
Netflix runs on AWS. They started with a monolith and moved to microservices.
⏱️ 5 minutes read
#architecture #microservices
⏱️ 5 minutes read
#architecture #microservices
👍6❤3🍌3🐳2🔥1👾1
Around this time last year, Vercel announced the stable release of Next 13.4, becoming the first React framework to be built on top of React Server Components.
⏱️ 10 minutes read
#react
⏱️ 10 minutes read
#react
Joshwcomeau
CSS in React Server Components • Josh W. Comeau
You can’t make an omelette without cracking a few eggs, and when the core React team unveiled their vision for the future of React, some of my favourite libraries got scrambled 😅. In this blog post, we’re going to explore the compatibility issues between…
⚡4👍4💅3🫡2❤1
In today’s fast-paced web development landscape, React and GraphQL have emerged as powerful technologies that can greatly enhance the efficiency and performance of web applications.
⏱️ 8 minutes read
#graphql #react
⏱️ 8 minutes read
#graphql #react
Medium
Best practices for integrating React with GraphQL
Learn the best practices for seamlessly integrating React with GraphQL. Enhance performance, optimize data fetching, and secure your app.
👍14🤪3🖕2👻1
Explore the Facade, Adapter, Singleton, Prototype, Builder, Proxy and Factory for modern software design.
⏱️ 10 minutes read
#NodeJS
⏱️ 10 minutes read
#NodeJS
Medium
7 Node.js Design Patterns Every Developer Should Know
Explore the Facade, Adapter, Singleton, Prototype, Builder, Proxy and Factory for modern software design.
❤🔥7👍6🕊2👎1🍓1
The monolithic architecture was historically used by developers for a long time — and for a long time, it worked. Unfortunately, these architectures use fewer parts that are larger, thus meaning they were more likely to fail in entirety if a single part failed. Often, these applications ran as a singular process, which only exacerbated the issue.
⏱️ 11 minutes read
#microservices #designpattern
⏱️ 11 minutes read
#microservices #designpattern
Medium
10 microservices design patterns for better architecture
Consider using these popular design patterns in your next microservices app and make organization more manageable.
👍11❤4👨💻4🔥2
This is a system design interview question, which is to design Spotify. In a real interview, usually, you would focus on one or two main functionalities of the app, but in this article, I would like to do a high-level overview of how you would design such a system, and then you can dive deeper into each separate part if needed.
⏱️ 6 minutes read
#SystemDesign
⏱️ 6 minutes read
#SystemDesign
Medium
System Design Interview Question: Design Spotify
High-level overview of a System Design Interview Question - Design Spotify.
❤14👍12👌1
Hello guys, today I wanted to share with you the list of the top 11 resources to prepare for the system design interview.
⏱️ 6 minutes read
#SystemDesign
⏱️ 6 minutes read
#SystemDesign
Medium
16 Best Resources to Crack the System Design Interview
Proven Resources to Prepare for System Design Interview
❤8👍7😍3❤🔥2
In this system design interview scenario, we’re asked to design a messaging app similar to WhatsApp.
⏱️ 6 minutes read
#SystemDesign
⏱️ 6 minutes read
#SystemDesign
Medium
System Design Interview: Design WhatsApp
Prepare for system design interviews with this guide to designing a WhatsApp-like messaging app.
👍10❤2❤🔥1😱1
Back in December, I got the unfortunate news that I had just been laid off from my job. I’ll never forget that moment — I was on vacation at Disney World’s Animal Kingdom, sitting on the bleachers with my AirPods in, eating cold $12 Dinoland USA chicken strips. As I watched Goofy and Pocahontas wave to the audience from their party boat sailing across the lake, I grimly listened to our CEO talk about COBRA and equipment return policies.
⏱️ 7 minutes read
#Career
⏱️ 7 minutes read
#Career
Medium
The Problem With System Design Interview Prep
My struggle studying system design and how I hope to make the process better
👍10❤7😍5
Kubernetes is the most popular container orchestration tool, but it gets even better when combined with other tools. The Kubernetes ecosystem contains a huge range of tools for command line, simplifying cluster management, monitoring, security, and deployment tasks.
⏱️ 12 minutes read
#kubernetes
⏱️ 12 minutes read
#kubernetes
Medium
26 Top Kubernetes Tools for 2024
Kubernetes is the most popular container orchestration tool, but it gets even better when combined with other tools. The Kubernetes…
👍10⚡2❤1
2024’s been a big year for software! I’ve discovered some new tools to keep me productive as a developer. I’ll share everything…
⏱️ 5 minutes read
#Tools
⏱️ 5 minutes read
#Tools
Medium
My 2024 MacBook Setup for Software Development
Here’s an insight into my setup, workflow and tools to build software
👍9❤4🔥4
🤖 Coding News ⚡️ pinned «Are you looking for best practices on how to build Node.js Docker images for your web applications? Then you’ve come to the right place! ⏱ 15 minutes read #Docker #NodeJS»
Application Programming Interfaces (APIs) are the backbone of modern software development. They enable diverse applications to communicate and share data seamlessly, making it possible to integrate different systems and services effectively. Whether you’re building a simple API for a personal project or a complex one for a large-scale enterprise application, following good API design principles is crucial for creating robust, scalable, and user-friendly interfaces.
⏱️ 5 minutes read
#API #architecture
⏱️ 5 minutes read
#API #architecture
Medium
API Design: From Basics to Best Practices
Introduction
👍9❤4⚡2👏1
Like every other person who thinks about job switching gets haunted by the thought of DSA. The same happened to me when I considered changing my job 1 year ago. Job market was not good at that time, so I needed to make myself stand out from crowd to get selected from 100’s of other applicants who were applying for same job.
⏱️ 4 min read
#algorithms
⏱️ 4 min read
#algorithms
Medium
How solving more than 500 Leetcode questions boosted my confidence
Finally, I reached there!
❤5👍5🔥4🏆1
NextJS 15 Release Candidate (RC) introduces a range of new features & improvements aimed at enhancing the development experience and performance of web applications.
⏱️ 5 minutes read
#react
⏱️ 5 minutes read
#react
Medium
Why Is Next.Js 15 Revolutionizing Web App Development?
NextJS 15 Release Candidate (RC) introduces a range of new features & improvements aimed at enhancing the development experience and…
👍11❤5🥰3🔥2