Abhishek Sharmaabhisheksharmacodes.hashnode.dev·Nov 21, 2024Are developers not that much happy?The 2024 Stack Overflow Developer Survey has revealed a startling statistic: only 20% of developers are happy in their current roles. This alarming figure underscores a growing issue within the tech industry, prompting a deeper look into the factors ...DiscussDevops
Hassanigocoding.hashnode.dev·Nov 18, 2024🚀 Transpiling and Polyfilling: Making Your JavaScript Universally Understood🚀 Transpiling and Polyfilling Hello, fellow code wranglers and JavaScript adventurers! 👋 Today, we’re diving into two superheroes of modern web development: Transpiling and Polyfilling. These champions ensure your cutting-edge JavaScript works seam...Discuss·1 likeCore-js
satya sootarsatyasootar.hashnode.dev·Nov 18, 2024Difference between Access-Token and Refresh-TokenOnce the user authenticates, the server returns two JSON web tokens: an access token and a refresh token. Access Token An Access Token is a type of JSON Web Token (JWT) issued by the server after successful user authentication. It acts as a key for a...Discusscode
SATYAsatya01.hashnode.dev·Nov 15, 2024Typescript Advanced APIsHello Readers, this blog explains some of the Typescript advanced apis. If you are already familiar with typescript, knowing these advanced apis will unlock much more potential for you to write better code. Before diving into the main topic, first le...DiscussTypeScript
sujithamypersonalblog.hashnode.dev·Nov 14, 2024Convex and Non-convex functionsA convex function and a non-convex function differ primarily in the shape of their curves and in the nature of their optimization landscapes, which impacts how we can use techniques like gradient descent to find minimum points effectively. Convex Fun...DiscussMachine Learning
0x45theratrace.hashnode.dev·Nov 14, 2024Apple GatekeepsProvision profile, entitlements, signatures, notarization, gatekeeper, XPC, launchctl, spctl, sandboxes, launch agents, launch daemons. You have no idea what any of this is, and it’s time to release a new product to market. The previous developers, w...DiscussApple
esProc Desktopesproc-desktop.hashnode.dev·Nov 14, 2024#96 — Identify Duplications of Row-Based Data — by Key ColumnProblem description & analysis: Here below is a personnel data table: Task: Identify whether there are duplicate data, if so, fill in 1 in the corresponding Dup field, otherwise fill in 0 (the identifying basis is that the data in the Name field are...Discuss·10 likesexcel
sujithamypersonalblog.hashnode.dev·Nov 13, 2024What is cross-validation, and why is it important?Cross-validation is essential because it: Provides a more accurate measure of model performance by testing it on multiple subsets of data, which better represents how it will perform on unseen data. Helps identify overfitting or underfitting by rev...DiscussMachine Learning
Eusuf Khaneusuf.hashnode.dev·Nov 13, 2024Web development: Multi Page WebsiteWelcome to web development. In this blog i will teach you the concept of web pages and we will learn how to build multi page websites. Lets start!! What are webpages? In order to create a multipage website we will need multi web pages. For example we...DiscussWeb DevelopmentBegginers
NITYOM TIKHEnityomrr.hashnode.dev·Nov 13, 2024🚀 GitHub Copilot: Your AI-Powered Coding Assistant 🤖💻Imagine coding with an AI that predicts your next line of code, suggests entire functions, and even helps you tackle those tricky problems that usually eat up hours of your time! 🎉 That’s the magic of GitHub Copilot—a revolutionary tool designed to ...DiscussGitHub