Sumantprovick.hashnode.dev·Jan 5, 2025How to start Full StackWhat you should know before starting full stack The only thing which you require is the time to learn and patience to sit and study If you are even a complete beginner you can follow and start this course Where to Post our learning: The platform w...1 likeHTML5
pawan kumarraosanju.hashnode.dev·May 16, 2024Power of CSSCSS is like the magician of web design, waving its wand to transform dull pages into dynamic experiences. With just a sprinkle of code, CSS can make elements dance, slide, and fade in and out, adding a touch of flair to any blog. But it's not just ab...#pwskills
Rajit Kumarrajit.hashnode.dev·May 1, 2024Quick and Simple Method for Pushing Code to GitHub Using GitIn this tutorial, we are going to discuss how to work with Git and GitHub, or how to push code on GitHub using Git (Version control system) in a simple ways. Step. 1 First of all, you need to have a GitHub account so you can easily create a GitHub ac...GitHub
Agnibha Chakrabortyagni03.hashnode.dev·Mar 8, 2024Aggregation Pipelines in MongoDBThe concept of aggregation pipelines in MongoDB is considered one of the complex topics in MongoDB databases. Therefore, it is often found in SDE II or above job roles and rarely for SDE I. In this concept, we generally consider that aggregation pip...41 readsMongoDB
SATYAM MISHRAbeyondsyntax.hashnode.dev·Mar 8, 2024Navigating the World of Full Stack Development with a Creative TwistHey everyone! I'm Satyam Mishra from India, working as a QA-Automation Tester but dreaming of becoming a Full Stack Developer. I got the idea to write a blog about my coding journey from my mentor, Anurag Tiwari, and Sanket Singh, who's guiding me th...#codenewbies
Afroj Mansoorifullstackwebdevelopbyafroj.hashnode.dev·Jan 2, 2024Destructuring in JavaScript// 01. Count the occurrences.// You are building a word count generator that will take a large string of text as input and output the words and the number of times they are present in the string. Your task is to write a function that can count the oc...JavaScript
Afroj Mansoorifullstackwebdevelopbyafroj.hashnode.dev·Jan 1, 2024HTML5, Semantic Tags1.What are the new things introduced in HML5? HTML5, the fifth version of the Hypertext Markup Language, introduced several new features and improvements over its predecessors. Some of the notable additions and changes in HTML5 include: New Semantic...PWA
Sumit Mazumdarsumitmazumdar.hashnode.dev·Aug 15, 2023Every thing you need to know about Linked ListA linked list is a linear data structure, in which the elements are not stored at contiguous memory locations. The elements in a linked list are linked using pointers as shown in the below image: In simple we can say that a linked list forms a serie...63 readsDSA
Sudhanshu kumarsudhanshumodi.hashnode.dev·Aug 10, 2023JavaScript ObjectsThere are two types of Datatypes in JavaScript, primitive and non-primitive. An object is non-primitive datatype. Nearly all objects in JavaScript are instances of Object; a typical object inherits properties (including methods) from Object.prototype...39 readsiwritecode
Shiva Tiwarishivatiwari.hashnode.dev·Jul 9, 2023DAY 1 : My First Day Learning JavaI'm excited to share that I've started learning Java! I'm using the PW Skill platform, which has been a great resource so far. I've already covered two lectures, and I'm feeling really motivated to continue learning. In the first lecture, we learned ...Java