Sheetal Bajajhackathon-sheetalbajaj.hashnode.dev·Dec 24, 2024My First Hackathon ExperienceIntroduction Participating in a hackathon had always been an exciting thought for me, but as a fresher, I had no idea how to perform. So, when the opportunity to participate in our college's hackathon competition came up, I was equally excited and ne...76 likes·77 readsBlogging
Aditya Chaudharyjsweek2.hashnode.dev·3 hours agoWEEK-2( DOM Manipulation and Events)Hi everyone, welcome to the second article about my experiences, lessons, projects, and challenges from this second week. This blog is divided into six sections, so you can focus on the parts that interest you: Things learnt this week. Steps I foll...4 likesJavaScript
Akash Hajjargelearning-journey.hashnode.dev·13 hours agoDay 18 : 26/12/2024 : My Skill Up Journey18th Day of my learning journey in Coding, Game design and languages. Extensive study of C and JS languages. Game design I am creating a 2D/3D level for “plant the bomb” game objective. And learning Japanese from Zero! and revisiting English lessons ...Game Development
esProc Desktopesproc-desktop.hashnode.dev·13 hours ago#122 — Put Every N Members in a GroupProblem description & analysis: Here below is a data table: Task: We want to put every 4 rows in order in a group, and calculate the serial number of the group and the sum of the values in the second column of each group. Solution: Use SPL XLL and e...10 likesexcel
Adam Urbanurbanisierung.hashnode.dev·14 hours agoThe postgres queries you need to know from Shane Borden are hot!Signup here for the newsletter to get the weekly digest right into your inbox. Find the 11 highlighted links of weeklyfoo #64: React Like a Pro by Ndeye Fatou Diop 10 Things I Regret Not Knowing Earlier 🚀 Read it!, react, performance Some of My Fa...Developer
Ayusharpcoderreacttonext.hashnode.dev·16 hours agoAn Introduction to Server-Side Rendering (SSR) with Next.jsWhat is Server-Side Rendering (SSR)? Server-Side Rendering (SSR) is a rendering technique where the server generates the complete HTML for a web page and sends it to the browser. Unlike Client-Side Rendering (CSR), where JavaScript dynamically genera...Next.js
John Nabildebug-your-future.hashnode.dev·Dec 25, 2024Introduction 101Coding Journey When starting to learn coding, beginners often have access to abundant resources but need guidance on where to begin, the best learning path to follow, how to keep improving, practicing effectively, and ultimately deciding on a career ...CS Starter Kit: Learn, Build, Growcoding career
esProc Desktopesproc-desktop.hashnode.dev·Dec 25, 2024#121 — Enumeration GroupingProblem description & analysis: Here below is a data table: Task: We want to put Apple, Banana, and Orange in a group and name them Fruits, put Pork, Beef, and Mutton in a group and name them Meats, and put the rest of the goods in a group and name ...10 likesexcel
shakyapreetitechguru1.hashnode.dev·Dec 25, 2024The Power of Full Stack Development: Transforming Ideas into RealityIntroduction In the ever-evolving digital landscape, full-stack development has emerged as a critical skill that bridges the gap between creative ideas and functional applications. It offers a versatile approach to software development, enabling prof...coding
Akash Hajjargelearning-journey.hashnode.dev·Dec 24, 2024Day 17 : 24/12/2024 : My Skill Up JourneyWelcome to Day 17, of my learning journey in Coding, Game design and languages. Extensive study of C and JS languages. Game design I am creating a 2D/3D level for “plant the bomb” game objective. And learning Japanese from Zero! Language Japanese: Le...Game Development
Arghya Roy Chowdhurymy-c-programming-journey-begins.hashnode.dev·Dec 24, 2024Learning C: Phase 2 (20 days)Introduction In my previous article, I shared my journey of learning the basics of C programming over 10 days. I covered the fundamentals such as data types, operators, variables, control structures like if-else statements, and the ternary operator. ...C#