Grëg Härisgregharis.hashnode.dev·Sep 6, 2024Sacrifices for Success: My Journey to Becoming a Software DeveloperJust had a chat with my neighbor. She's been curious about me since I moved here last July. Apparently, I'm a bit of an enigma! She's wondering why I'm always indoors, only venturing out when I am heading to the gym or for quick grocery runs. She's a...Discusscrazyblogger
priyanka chaudharipriyankachaudhari.hashnode.dev·Aug 6, 2024Understanding the Differences: Session Storage and Cookies ExplainedBoth cookies and session storage are used to store data on the client side in web development, but they differ in how they store data, how they are used, and their characteristics. Let's break down the differences in detail: 1. Data Storage and Size...Discuss·11 likes·418 reads JavaScript interview Prepration cheat-sheet🥂2Articles1Week
priyanka chaudharipriyankachaudhari.hashnode.dev·Aug 5, 2024What are the possible ways to create objects in JavaScriptIn JavaScript, you can create objects using several different methods, each with its own use case and syntax. Here are some common ways: 1. Object Literals The simplest and most common way to create an object is using an object literal. const pers...Discuss·11 likes JavaScript interview Prepration cheat-sheet🥂2Articles1Week
priyanka chaudharipriyankachaudhari.hashnode.dev·Jul 31, 2024Node.js Made Easy: A Basic Introduction for New Learners👶Here's a comprehensive guide to Node.js that covers its key concepts, architecture, modules, common use cases, and more. This will serve as an extensive resource for you to delve deeper into Node.js development. 1. Introduction to Node.js What is No...Discuss·10 likesNode.js from 0-100#talkoftown
priyanka chaudharipriyankachaudhari.hashnode.dev·Jul 31, 2024Top New Features in JavaScript ES6 You Need to Know💻ECMAScript 6 (ES6), also known as ECMAScript 2015, introduced several new features to JavaScript that make the language more powerful and easier to use. Here are some key ES6 features along with examples: ECMAScript 2015 was the second major revisio...Discuss·10 likes·28 readsMagic of Angular✨#lates
priyanka chaudharipriyankachaudhari.hashnode.dev·Jul 30, 2024Everyone's path is unique, and sometimes the journey itself can lead to unexpected and rewarding destinations.In Angular, understanding relative and absolute paths is crucial for correctly importing modules and assets. Here's a simple explanation: Relative Path👨🏽🤝👨🏽 A relative path specifies the location of a file or folder relative to the current fil...Discuss·10 likesMagic of Angular✨2Articles1Week
priyanka chaudharipriyankachaudhari.hashnode.dev·Jul 27, 2024Pipes In Angular 🧨|✨What are Angular Pipes? Angular Pipes are a way to transform the format of output data for display. The data can be strings, currency amounts, dates, etc. Pipes are simple functions that accept an input and return a transformed value in a more techni...Discuss·10 likesMagic of Angular✨2Articles1Week
priyanka chaudharipriyankachaudhari.hashnode.dev·Jul 26, 2024magic behind the use of angular directive🤯In Angular, a directive is a special type of marker in the DOM that can attach behavior to elements in your applications. Directives can modify the appearance or behavior of DOM elements, and Angular provides three types of directives: types of direc...Discuss·10 likes2Articles1Week
Cindy Kandiecindykandie.hashnode.dev·Jul 20, 2024CSS Animations and Transitions: Quick GuideIntroduction CSS animations and transitions are powerful tools that can bring your web pages to life. They allow you to create smooth, engaging, visually appealing effects that enhance the user experience. Whether you're looking to add simple transit...Discuss·5 likescrazyblogger
Mohit Kachhwahaaws-devops-101.hashnode.dev·Jul 10, 2024Mastering Linux: From Basics to AdvancedLinux is a powerful, open-source operating system that underpins a vast array of devices and servers worldwide. Whether you're a newcomer or looking to deepen your expertise, understanding Linux can significantly enhance your tech skills. This blog w...Discuss·1 likeDevOpsLinux