Chhakuli Zingarechhakulizingare.hashnode.net·Dec 14, 2022This year's journey with Dev Retro 2022I’ll tell you the story, but I have to start somewhere so I’ll just say that😉 when I made the decision to jump into learning web development…I was at a point where I had no idea what I wanted to do in life🤷♀️. First time I got a chance to reflect ...3.1K likes·3.6K reads#DevRetro2022
Edmond Huiedmondhui.hashnode.net·Jul 29, 2022FeaturedHow I successfully became a software engineer in 3 monthsI am currently a software engineer working full-time in the New York Metropolitan Area. Two years ago during the advent of COVID-19, I was an Associate Director at a real estate startup called Squarefoot in NYC. This was similar to being a real esta...215 likes·9.7K readsBeginner TutorialsLearn Code Online
Nweke Chidinwekechidi.hashnode.net·Jul 28, 2022Software Requirements Specification: A roadmap to Software Development.One of the most important documents in software development is the Software Requirements Specification, or SRS document. It serves as a medium to bridge communication and specifies the user needs in a manner that both the user and the developer of ...181 likes·1.0K readssoftware development
K Subramanyeshwarasubramanyeshwara.hashnode.net·Apr 16, 2023Guide to CSS Box ModelBefore we dive into understanding the CSS box model, let's understand how the content is organized on the webpage by default. Every element on the webpage is a rectangular box. There are two types of elements in HTML: Block-Level Element Inline Ele...2 likes·50 readsLearn Code Online
Moses Samanthakurthijadenmaxi.hashnode.net·Apr 5, 20237 Essential Steps to Start Your Programming JourneyProgramming is the process of creating software, applications, and tools using programming languages. It can be an incredibly rewarding skill to learn, allowing you to build new things and automate repetitive tasks. Here's a general guide on how to s...31 readsProgramming Blogs
Arpit Pathakarpitcode.hashnode.net·Apr 3, 2023JavaScript FunctionJavaScript Functions - A Comprehensive Guide with Code Examples Functions are one of the fundamental building blocks of any programming language. In JavaScript, functions play a critical role in creating reusable code and help break down complex prob...iwritecode
Imbeshat Aslamimbeshat.hashnode.net·Apr 1, 2023How to create the first express appPeople might think that creating an express app is a tedious task. But, my friend let me tell you that creating an express app is the easiest thing we can do. In this article, we will learn about Express and slowly strive towards creating the first E...Node.js
Adeniran Adekolaadekola.hashnode.net·Mar 30, 2023How I Learn JavaScript: Control FlowDefinition of Control Flow Control flow refers to the order in which statements are executed in a program. JavaScript provides several control structures that allow you to control the flow of your code and perform different actions based on certain c...JavaScript
Prahlad Inalaprahladinala.hashnode.net·Mar 30, 2023React Native 101: An Introduction to This Popular FrameworkIntroduction React Native is an open-source framework that allows developers to build mobile applications using the same codebase as they would with React, a popular web development framework. It was first introduced by Facebook(now Meta) in 2015, an...35 readsReact NativeReact Native
Deepak Nayakdeepaknayak.hashnode.net·Mar 27, 2023Conditions In Javascript with FlowChart And Exampleif statement: The if statement executes a block of code if the condition is true. so from the diagram, we can get to know if the condition is true then only it will enter the if block and execute that block of code written inside the if statement ot...36 readsWeb Development
PrinceKr-Paswanprincekr-paswan.hashnode.net·Mar 25, 2023Learning PHP Day OneToday, I began my journey of learning PHP. In my first session, I learned the basics of configuring XAMPP for PHP and where to place files to run them. I also learned about declaring variables, variable types, and how to display output using the echo...PHP
YASH KUMARyash1805.hashnode.net·Mar 24, 2023<input> Elements: A Comprehensive GuideInput elements are an integral part of any web form, allowing users to input data and interact with a website. In this article, we'll cover the various types of input elements available in HTML, their attributes, and how to use them effectively in we...10 likesiwritecode
YASH KUMARyash1805.hashnode.net·Mar 23, 2023Mastering Responsive Design: A Beginner's Guide to Media Queries in CSS👨💻In today's world🌍, where the number of mobile 📱users is on the rise, having a responsive website is no longer a luxury, but a necessity. With the ever-increasing variety of devices and screen sizes, it is essential to ensure that your website looks...10 likesineuron