en
Feedback
Web Development

Web Development

Open in Telegram

Web development learning path Frontend and backend resources. HTML, CSS, JavaScript, React, APIs and project ideas. Join πŸ‘‰ https://rebrand.ly/bigdatachannels DMCA: @disclosure_bds Contact: @mldatascientist

Show more
4 342
Subscribers
+424 hours
+167 days
+6330 days
Posts Archive
Repost from Tech News
Worm Compromises Over 1,300 npm Packages Including Popular Caching Tools A self-spreading worm called ChainDrop has compromis
Worm Compromises Over 1,300 npm Packages Including Popular Caching Tools A self-spreading worm called ChainDrop has compromised more than 1,300 npm packages, including popular ones like Keyv, Cacheable, and flat-cache. The packages together have around 2 billion monthly downloads. The attack started after a maintainer’s GitHub account was compromised. The malware steals credentials and spreads by publishing new malicious versions. Developers are urged to check their dependencies and rotate any exposed credentials.

Golang for DevOps Roadmap.pdf4.72 MB

Repost from N/a
πŸ“˜ The Little ASP.NET Core Book ✍️ Authors: Nate Barbettini πŸ”— Read Online #ASP.NET ──────────────────── πŸ‘‰ @free_programming
πŸ“˜ The Little ASP.NET Core Book ✍️ Authors: Nate Barbettini πŸ”— Read Online #ASP.NET ──────────────────── πŸ‘‰ @free_programming_books_bds πŸ‘ˆ

Which practice helps developers detect integration issues before deploying to production?
Anonymous voting

Common Network Ports Every DevOps Engineer Should Know
Common Network Ports Every DevOps Engineer Should Know

npm or npx? The two commands differ by one letter. Their jobs couldn't be more different. πŸ‘‰ npm installs packages into your
npm or npx? The two commands differ by one letter. Their jobs couldn't be more different. πŸ‘‰ npm installs packages into your project. πŸ‘‰ npx downloads a package, runs it, and removes it afterward unless it's already available. That's why you'll see this:
npx create-vite@latest
instead of:
npm install create-vite
You're only using create-vite once to generate a project. Keeping it installed afterward serves no purpose. πŸ“– A simple rule works almost every time:
βœ”οΈ If your application needs it to run, install it. βœ”οΈ If you only need the tool for a one-time task, run it with npx.

Portfolio Project using HTML & CSS.zip8.14 KB

Which CSS feature supports responsive design?
Anonymous voting

15 GitHub Repositories Every Developer Should Know
15 GitHub Repositories Every Developer Should Know

Next.js 16 Streaming Cache Fixes
+6
Next.js 16 Streaming Cache Fixes

JavaScript Basics
JavaScript Basics

Why is using the same password across multiple sites risky?
Anonymous voting

15+Frontend+Developer+Tips.pdf1.08 MB

Sync External State with React
+5
Sync External State with React

CSS Basics
CSS Basics

Practical PostgreSQL Extensions.pdf0.78 KB

HTML Basics
HTML Basics

Custom Error Handling in Next.js
+6
Custom Error Handling in Next.js

Repost from N/a
πŸ“˜How To Code in Node.js ✍️ Authors: David Landup, Marcus Sanatan πŸ—“ Year: 2020 πŸ“„ Pages: 418 🧠 Node.js is a popular open-source runtime environment that can execute JavaScript outside of the browser. The Node runtime is commonly used for back-end web development, leveraging its asynchronous capabilities to create networking applications and web servers. Node is also a popular choice for building command line tools. In this book, you will go through exercises to learn the basics of how to code in Node.js, gaining skills that apply equally to back-end and full stack development in the process. #NodeJs ──────────────────── πŸ‘‰ @free_programming_books_bds πŸ‘ˆ

Frontend Roadmap.pdf1.45 KB