Adebayo Otomuolaotomuolaadebayo.hashnode.dev·Sep 28, 2023Choosing a Backend Framework: Django or Express.JSDjango and Express.js are web development technologies used to build the backend of web applications. These technologies help speed up development when building dynamic web applications. Django is a high-level Python framework that helps in the fast ...Discuss·91 readsbackend developments
Anmol Shuklapixelpoet.hashnode.dev·Sep 28, 2023The Unseen Heroes of the Internet: A Journey through Backend DevelopmentOnce upon a time, in a world not so far away, there existed a vast network that connected people and information from every corner of the globe. This network was known as the Internet, a modern marvel that revolutionized the way we live, work, and co...Discuss·1 likebackend
Emenike Nathanielemenikeblog.hashnode.dev·Sep 27, 2023A Comprehensive Guide on How to Document CodeCode documentation plays a crucial role in software development, aiding developers in understanding, maintaining, and extending codebases. This guide focuses on documenting graphical user interface (GUI) code, providing code snippets and examples to ...Discusssoftware development
Hosea Tonzai Favourhoseatonzaifavour.hashnode.dev·Sep 27, 2023Pagination Perfected: Hypermedia and Deletion-resilience for Data EfficiencyIntroduction APIs (Application Programming Interfaces) are not designed for user interface (UI) or user experience (UX). This is obviously because API is a backend architecture. For this reason, even paginated APIs have limitations when it comes to a...Discuss·1 likeAPIs
Matteo CollinaforPlatformatic Blogblog.platformatic.dev·Sep 26, 2023Unlocking Development Efficiency: Introducing Platformatic StackablesIn the ever-evolving landscape of software development, time is of the essence. Enterprises today strive for a balance between creativity and efficiency, seeking ways to streamline workflows without compromising on the uniqueness of their application...Discuss·69 readsplatformatic
Prince Azubuikedprincecoder.hashnode.dev·Sep 26, 2023How to use Appwrite as a backend service: Buiding a chat app with AppwriteIntroduction Since the internet's emergence, users have had to engage with an interface to complete various tasks. This internet architecture is mainly divided into two formats: the front end and the back end. The front-end developers write the code ...Discuss·10 likes·48 readsAppwrite
Abdelmadjid Cherfaouiblog.hexacker.com·Sep 25, 20237 VSCode Extensions for Backend DevelopersVSCode might be the most used text editor in this era, it has passed Atom and Sublime Text combined so far. VSCode has a very rich extension marketplace where you can find a huge number of very useful extensions that can turn your coding experience i...Discuss·87 readsvscode extensions
Yash Jainyashxjain.hashnode.dev·Sep 20, 2023Mastering Web Development: A Comprehensive Guide for BeginnersIntroduction Web development is a dynamic and exciting field that continues to evolve rapidly. Whether you're a complete beginner or have some experience, this comprehensive guide will help you embark on your journey to becoming a proficient web deve...Discuss·19 likes·200 readsWeb Development
Mahesh Choudhuryblog.maheshchoudhury.com·Sep 19, 2023What is Push in network design pattern?What is a request-response cycle? The request-response cycle is a fundamental communication pattern in networking, wherein a client initiates a request to a server, and the server responds with the requested information or data. This cycle is widely ...DiscussBackend Engineering networking
Kelechi Kizito Ugwukaykay7.hashnode.dev·Sep 14, 2023Achieving Scalability in Node.js ApplicationsIntroduction Node.js has become a popular choice for building web applications due to its non-blocking and event-driven architecture. However, as your application grows and faces increased traffic, achieving scalability becomes crucial. This article ...Discuss·20 likes·72 readsbackend developments