Web Development
Kanalga Telegramβda oβtish
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
Ko'proq ko'rsatish4 336
Obunachilar
+124 soatlar
+137 kunlar
+6130 kunlar
Postlar arxiv
4 336
Repost from N/a
π The Little ASP.NET Core Book
βοΈ Authors: Nate Barbettini
π Read Online
#ASP.NET
ββββββββββββββββββββ
π @free_programming_books_bds π
4 336
Repost from Programming Quiz Channel
Which practice helps developers detect integration issues before deploying to production?
4 336
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@latestinstead 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.
4 336
Repost from Programming Quiz Channel
Which CSS feature supports responsive design?
4 336
Repost from Programming Quiz Channel
Why is using the same password across multiple sites risky?
4 336
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 π
