Gabriel Jaslow-code-skills.hashnode.dev·Dec 11, 2024Low-Code Knowledge Required: Build Smart AI Solutions with N8N and NeurochainAIBuild dynamic workflows that automate, analyze, and adapt using NeurochainAI’s advanced AI capabilities. With N8N - a no-code workflow platform and NeurochainAI’s powerful inference, you can create scalable workflows effortlessly, regardless of your ...AI
VethaBalanlinux-learnings.hashnode.dev·Dec 5, 2024My learning on LinuxHi, Today I learned about the Linux essentials. Why Linux? In this modern world, most of the technologies are running on Linux. After I learned Python programming language, I lost interest to dive deep into data structures and algorithms and also dat...3 likesLinux
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 ...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...Web 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...AWS
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...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 ...authentication
Marcio Figueiredo | E3M Sistemas e Appsmarcio.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...Começ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...projects
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 ...Begginers