Sameeksha Dalvisameekshadalvi.hashnode.dev·Jan 22, 2025A Newcomer's Guide to Git and GitHub: My First ExperienceA Simple Way to Understand Git and GitHub Imagine you're writing a big story with your friends, and each of you is working on different chapters. You want to keep track of what everyone is doing, but you don't want to accidentally overwrite someone e...GitHub
Sharafath Alisharafath.hashnode.dev·Jan 19, 2025Exploring Object Creation in JavaScript: A Complete GuideIn JavaScript, creating objects is as fundamental as breathing in the coding world. But did you know there are multiple ways to do it? Each method has its quirks and shines in different scenarios. Let’s take a walk through the many faces of object cr...163 readsprototype
tanishin0week-1.hashnode.dev·Jan 13, 2025Week-2What I Learned This Week This week's project was to create a tribute page on FreeCodeCamp. I also started learning JavaScript from FreeCodeCamp. Don’t be surprised if you see a JavaScript project from me in the upcoming week! Problems I Faced: Forge...Web Development
Bharat Singhbharatblogs.hashnode.dev·Jan 8, 2025Objects in JavaScriptHi Folks, In this article we are going to learn about objects in JavaScript. Concept of an object is inspired from real world. In real world, whatever we see around us is an object, which has some properties. Let’s understand from real world example ...JavaScript
Nikhil kalemission-sdet.hashnode.dev·Jan 2, 2025The Unconventional Guide to Becoming an SDET: Where Code Meets QuirkinessHey there, fellow tech enthusiasts! Are you ready to embark on a thrilling adventure where the worlds of software development and testing collide? If you're nodding your head (or even if you're just curious), then buckle up! I'm about to take you on ...sdet
Shahzad Razadiviarticles.hashnode.dev·Dec 30, 2024Maximize Conversions with Divi Hero SectionsWhen designing a website, one of the most critical aspects is maximizing conversions. Whether you're running an online store, a service-based business, or a lead generation platform, conversions are essential for achieving your goals. One of the most...WeMakeDevs
Shahzad Razadiviarticles.hashnode.dev·Dec 29, 202410 Must-Know Divi Tips for Beginner DesignersIf you’re new to web design, Divi is one of the best themes to get started with. As a Divi Designer, you’ll find that Divi’s Visual Builder, flexibility, and design tools offer a streamlined approach to creating beautiful, functional websites. Whethe...Web Development
Vaishali Rawatmaveraw.hashnode.dev·Dec 29, 2024KubeCon + CloudnativeCon India 2024Preface "If I were asked under what sky the human mind has most fully developed some of its choicest gifts, has most deeply pondered on the greatest problems of life, and has found solutions, I should point to India." - Max muller I have long antic...1 like·91 readscivo
Muzammil Shaikcodewithmuzzu.hashnode.dev·Dec 19, 2024Master the Twelve Factor App: A Complete and Easy GuideLet’s say you have an idea that is game changing. Let’s assume the idea is Whats app, Facebook or Instagram or any other app you can assume. Quick Question What would you expect from any of those popular social media apps or any SAAS (Software-As-A-S...54 readstwelve factor app
Aniket Moreanikets-tech-diary.hashnode.dev·Dec 9, 2024Archive & Compress files in LinuxIn the last week, I started learning about the files permissions and the operations that can be performed on files. The next step in this journey, is learning about archiving and compressing files or directories on a Linux system. In this article, I ...#ArchiveFileOnLinux