Chhakuli Zingareforchhakulizingare.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 ...Shad Mirza and 310 others are discussing this311 people are discussing thisDiscuss·3.1K likes·3.6K reads#DevRetro2022Great writeup, Chhakuli! 🙂 Your story is very inspirational. Keep up the good work. ✨ 41
Edmond HuiforEdmond 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...Andrew Baisden and 20 others are discussing this21 people are discussing thisDiscuss·215 likes·9.7K readsBeginner TutorialsLearn Code OnlineLove the journey. It's how we have some of the greatest people in the field. 11
Nweke ChidiforthatDev's blognwekechidi.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 ...George Udonte and 13 others are discussing this14 people are discussing thisDiscuss·181 likes·1.0K readssoftware developmentThe concept of having a SRS document is actually brilliant and i look forward to implementing it in my coming projects. Nice write up by the way chidi and thumbs up. 42
K SubramanyeshwaraforK 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...Discuss·2 likes·50 readsLearn Code Online
Moses SamanthakurthiforDummies learnjadenmaxi.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...Discuss·31 readsProgramming Blogs
Arpit Pathakforarpitcode.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...Discussiwritecode
Imbeshat AslamforImbeshat's blogimbeshat.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...DiscussNode.js
Adeniran AdekolaforAdeniran 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...DiscussJavaScript
Prahlad InalaforPrahlad 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...Discuss·35 readsReact NativeReact Native
Deepak Nayakfordeepaknayak.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...Discuss·36 readsWeb Development
PrinceKr-PaswanforHTML-CSSprincekr-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...DiscussPHP
YASH KUMARforThe Night Coder's Blogyash1805.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...Discuss·10 likesiwritecode
YASH KUMARforThe Night Coder's Blogyash1805.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...Discuss·10 likesineuron