Boniface Gordianbonifacegordian.hashnode.dev路8 hours agoHow APIs Drive SaaS Platforms: A Beginner-Friendly Guide with ExamplesIntroduction Let's say you鈥檙e building a hotel booking app. People have to look at the rooms that are available, book their stay, and pay all online. But how does your app talk to the payment provider or get the most up-to-date information on rooms? ...DiscussSaaS
Suriyasuriyaofficial.hashnode.dev路Nov 19, 2024Building a Simple TCP Web Client in CIntroduction In this post, we'll walk through building a simple TCP web client from scratch. Instead of posting the entire code upfront, we'll dive straight into the important sections, explaining the key concepts step by step. Below here I have show...DiscussConfessions of a Networking Newbie : A Journey into Code and Conceptsnetworking
Surjendu Palsurjendu.hashnode.dev路Nov 9, 2024Singleton Design PatternSingleton design pattern is creational design pattern which enables you to ensure that the class has only a single instance, while providing a globally shared access point to this instance. Principles Singleton pattern ensure that only one instance ...Discuss路11 likes路55 readsDesign PatternsJava
Cyrille N'DAH23cyy.hashnode.dev路Nov 5, 2024Comprendre les principes de la programmationEn informatique, il existe de nombreuses approches pour 茅crire des programmes, chacune ayant ses avantages et ses inconv茅nients. Dans cet article, nous allons explorer trois paradigmes fondamentaux : la programmation proc茅durale, la programmation s茅q...Discusscoding
Likhith SPlikhithsp.hashnode.dev路Nov 1, 2024Installing Python and Setting Up Your First Virtual Environment: A Beginner鈥檚 GuideIntroduction If you鈥檙e just getting started with Python development, you鈥檒l quickly realize how important it is to manage your development environment. Virtual environments are essential to keep your projects organized and prevent dependency conflict...DiscussPython
Likhith SPlikhithsp.hashnode.dev路Oct 30, 2024How to Set Up Your First GitHub Repository: A Beginner鈥檚 GuideIntroduction If you鈥檙e stepping into the world of coding, you鈥檝e probably heard of GitHub. It鈥檚 a platform that hosts millions of projects, fosters collaboration, and is an essential tool for every developer. Whether you鈥檙e looking to showcase your p...Discuss路10 likesGitHub
Aditya Kumar Guptablog.adityaguptareal.com路Oct 27, 20245 Easy Steps to Configure Routes in React JSHave you ever wondered how to Configure Routes in React JS in Just 5 Steps? Curious about how to enhance your React single-page application with seamless navigation? Understanding React JS routing is crucial for delivering a dynamic and engaging user...DiscussReact
Jayesh Nalawadejayeshdevops.hashnode.dev路Oct 22, 2024AWS EC2 Instance TypesLearn the different EC2 instance types and find the right one for your workload Post #4 馃殌 A Complete Guide to EC2 Instance Types on AWS Amazon EC2 (Elastic Compute Cloud) provides a wide range of virtual machine instances, optimized to meet differen...DiscussAWSCloud Computing
Al Shahriar Abidshahriarabid.hashnode.dev路Oct 18, 2024Simple Linear Regression: A Beginners Guide.Hi there! If you鈥檙e new to machine learning, like me, one of the first topics you will encounter is Simple Linear Regression. It is used to predict a variable based on another variable. $$\hat{y} = b _ { 0 } + b _ { 1 } X _ { 1 }$$Here: y hat = Depe...DiscussGeneral Programming
Asigri Shamsu-Deen Al-Heyriamdeen.hashnode.dev路Oct 17, 2024Diving Head-First into Open Source with Appwrite: My Journey as a New ContributorIntroduction In my first post, I talked about my commitment to contribute to an open-source project. To be completely honest, I鈥檓 relatively new to the whole open-source scene. While I鈥檝e always admired the people who contribute to open-source projec...Discuss路1 likeOpen Source