gayatri kumargeekee.hashnode.dev·Nov 18, 2024Shape Shifters: Understanding Polymorphism in JavaScript!Imagine a world where beings can take on multiple forms, like a shape shifter that can change its appearance but still retain its core identity. In JavaScript, polymorphism allows objects to behave similarly—taking on different forms (methods) while ...Saanvi Kumar and 1 other are discussing this2 people are discussing thisDiscuss·30 likesWeb Developmentjs
Eusuf Khaneusuf.hashnode.dev·Nov 13, 2024Web development: Multi Page WebsiteWelcome to web development. In this blog i will teach you the concept of web pages and we will learn how to build multi page websites. Lets start!! What are webpages? In order to create a multipage website we will need multi web pages. For example we...DiscussWeb DevelopmentBegginers
Obayuwana Paulobayuwanapaul.hashnode.dev·Oct 28, 2024Beginner’s Guide to a Scalable and Highly Available 3-tier ApplicationIn this guide, I will walk you through designing a highly available and scalable architecture for deploying a 3-tier application on AWS. As we go further, we will also highlight some best practices. You will gain an understanding of basic AWS service...DiscussAWS
ANURAGanuragkeblogs.hashnode.dev·Oct 28, 2024Getting Started with Docker and ContainerizationAs developers, we face the challenge of ensuring our applications run consistently across different environments. This is where Docker and containerization come in as powerful solutions, making deployment smoother and more reliable. In this post, I’l...Discuss·1 likeDocker
Sutapa Biswassutto.hashnode.dev·Oct 17, 2024Let's Learn AuthenticationLet’s start with setting ‘cookie’ app.post("/login", (req, res) => { res.cookie("token", "mycookie"); res.redirect("/"); }) now, go to ‘inspect → application → Cookies , you can see the ‘token’ & ‘mycookie’ is written. Here, we can also add ...Discussauthentication
Marcio Figueiredo | E3M Sistemas e AppsforMarcio Figueiredo [ Cloud.Dev.AI.Jobs ]marcio.dev.br·Sep 5, 2024Qual Área da TI é a Certa para Você? Um Guia Prático para IniciantesSe você está interessado na área de TI, seja para começar uma nova carreira ou migrar de outra área, este artigo é para você. Não importa a sua idade ou experiência prévia, a TI oferece inúmeras oportunidades e caminhos a serem explorados. Com mais d...DiscussComeçando ou MigrandoCareer
Asem Hamidasem-hamid.hashnode.dev·Aug 8, 2024Snake and Ladder GameSnake and Ladder Game Snake and Ladder Game repository contains a console-based implementation of the classic Snake and Ladder game in C. This game is a mini project created to demonstrate the fundamentals of C programming in a fun and interactive w...Discussprojects
Jack Pritom Sorenjps27cse.hashnode.dev·Aug 7, 2024The Software Engineer's Journey: Examining Every Option and Its RequirementsThe path to become a software engineer is varied and complex, with several options and each having its own advantages and disadvantages. This article examines the different career paths in software engineering, the competencies needed for each, and ...DiscussBegginers
Chishtiya Shaikhchishtiyashaikh.hashnode.dev·Jul 19, 2024Launching Our First EC2 Instance on AWS:Welcome, awesome folks!!! Get ready for an exciting journey into AWS EC2, where setting up virtual servers is as captivating as casting spells! 🧙♂️✨ Let’s dive in and create your very own EC2 instance with ease and excitement! How to Create our fir...Discuss·50 readsAWS
Samuel Ndegwaunderdawg.hashnode.dev·Jun 26, 2024A New Venture.I have been in tech school, but come to think of it, I have not really been in tech. I know it sounds contradictory, but allow me to walk you through my journey as a young aspiring developer. Here is my journey, a documentation of the struggles, the ...DiscussBegginers