Vasant Mestryvasantmestry.hashnode.dev·Nov 6, 2024Day 1 of 30 Days JavaScript ChallengeHellooo guys, welcome back to new series of JavaScript, where we‘ll be solving 30 days of JavaScript Questions from Leetcode. Here is link of all the problems In this series, we'll tackle each question one by one. I'll guide you by providing solutio...1 like30 days of JavaScript Leetcode30 Days of Code
Prashant Joshiiamprashu.hashnode.dev·Aug 19, 2024Day 68 of 360: Mastering Structures and Union.Today, I delved deep into structures and unions in C++, focusing on how to create them and understanding their memory assignments. This is essential for efficient data management in complex applications. Understanding Structures in C++ ** Structures ...iamprashu
Saksham basnetsakshambasnet.hashnode.dev·Jun 26, 2024Day 3: Beginning My Animation Journey with GSAPToday, I learned how to create a captivating text animation using GSAP. This animation makes text appear as if it's coming from the middle of the screen, adding a dynamic touch to headings. Here's a simple explanation of how I achieved this effect: B...GSAP
Ashfak Prashfakpr.hashnode.dev·Jun 26, 2024Day 7: Mastering CSS Flexbox and PositioningWelcome back to my frontend development journey! Today marks my seventh day, and it's all about diving deep into CSS Flexbox and positioning. These concepts are fundamental for creating responsive and well-structured web layouts, and I'm excited to s...30daysofcode
Ashfak Prashfakpr.hashnode.dev·Jun 21, 2024My Day 6: Mastering CSS Values and UnitsWelcome back to my frontend development journey! Today marked a significant step forward as I delved into the world of CSS values and units, discovering how these foundational elements shape the visual and functional aspects of web design. Exploring ...30daysofcode
Ashfak Prashfakpr.hashnode.dev·Jun 19, 2024My 5th Day of Learning Advanced CSS: Diving into Selectors, Box Models, Backgrounds, Borders, Text Directions, and Overflow HandlingToday marks the fifth day of my journey into the world of frontend development, and it's been an exciting adventure so far! Each day brings new challenges and insights, and today was no different. I delved into some fundamental yet intricate aspects ...30daysofcode
Ashfak Prashfakpr.hashnode.dev·Jun 15, 2024Day 4: Exploring Multimedia Tags in Frontend DevelopmentWelcome back to my frontend development journey! Today marks the fourth day, and I delved into the fascinating world of multimedia tags. These tags are essential for integrating various media elements like images, videos, and audio into web pages, ma...30daysofcode
Ashfak Prashfakpr.hashnode.dev·Jun 14, 2024My 3rd Day of Frontend Development Journey: Mastering CSS BasicsToday marks the third day of my frontend development journey, and I dived into the world of CSS (Cascading Style Sheets). Understanding CSS is crucial for making web pages visually appealing and enhancing the user experience. Here's a rundown of what...30daysofcode
Ashfak Prashfakpr.hashnode.dev·Jun 13, 2024My Second Day Experience with Learning HTML Basic CodesOn my second day of learning HTML, I delved deeper into some of the fundamental tags that form the backbone of web development. The excitement of creating web pages from scratch was palpable as I explored the capabilities of each tag. Understanding t...30daysofcode
Viveka Sharmaviveka.hashnode.dev·Jun 8, 2024Exploring UNIX: Understanding Its Parts and PowerIn the world of computer systems, UNIX is a big deal. It's famous for being tough, flexible, and powerful. But what makes UNIX work? Let's take a closer look at its main parts, how it runs commands, the different types of users, and a special command...unix