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 more4 352
Subscribers
+324 hours
+297 days
+6630 days
Posts Archive
4 352
Header Navigation
<header>
<nav>
<ul>
<li><a href="#">Edit Page</a></li>
<li><a href="#">Twitter</a></li>
<li><a href="#">Facebook</a></li>
</ul>
</nav>
</header>4 352
Programming languages to learn π―
π― Python
π― TypeScript
π― JavaScript
π― Go
π― Rust
π― Java
π― Kotlin
π― Ruby
π― PHP
π― SwiftUI
Whats your favourite?ππ
4 352
"Mastering React Core Concepts!" ππ―
π JavaScript & TypeScript
π§© JSX
π§ Components
π Props
π States
π Lifecycle Methods
πͺ Hooks
π Routing
π Forms
π Redux
π§© Code Splitting
π§ͺ Testing
Let's dive deep into the world of React!
#ReactJS #WebDevelopment
4 352
How to code in HTML5 and CSS3
π Book link
#web_development
βββββββββββββ
Join @web_dev_bds for more
4 352
Document
<body>
<header>
<nav>...</nav>
</header>
<main>
<h1>QuickRef.ME</h1>
</main>
<footer>
<p>Β©2023 QuickRef.ME</p>
</footer>
</body>4 352
Web Developer Skills you can Master π―π₯π
β
Basics:
HTML
CSS
JavaScript
β
Frameworks:
Bootstrap
Angular
React
Vue
Svelte
Solidjs
β
Backend:
API
SQL
Database
Django
Nodejs
β
Design:
Figma
Photoshop
Sketch
4 352
Million.js
Make React 70% faster
The Virtual DOM Replacement for React. Gain big performance wins for UI and data heavy React apps. Dead simple to use β try it out today with just a block()
π Resource link
#million_js #library #react
βββββββββββββ
Join @web_dev_bds for more
4 352
The Missing Link
An Introduction to Web Development and Programming
by Michael Mendez
SUNY Fredonia
(State University of New York)
π Book link
#web_development
βββββββββββββ
Join @web_dev_bds for more
4 352
CSS in HTML
<style type="text/css">
h1 {
color: purple;
}
</style>
External stylesheet
<head>
...
<link rel="stylesheet" href="style.css"/>
</head>4 352
Web Development Essentials: Frontend Backend Database in LDE
Use Postman, Postbird and Chrome Developer Tools in a Docker Virtual Environment with a Postgres Database in locale
Rating βοΈ: 4.6 out 5
Students π¨βπ : 5,944
Duration β°: 1hr 57min of on-demand video
Created by π¨βπ«: Luca Nigido
π Course Link
#web_development #database #frontend #backend
ββββββββββββββ
πJoin @web_dev_bds for moreπ
4 352
Bundle your TypeScript library with no config, powered by esbuild.
Anything that's supported by Node.js natively, namely .js, .json, .mjs. And TypeScript .ts, .tsx. CSS support is experimental.
Install
Install it locally in your project folder:
npm i tsup -D
# Or Yarn
yarn add tsup --dev
You can also install it globally but it's not recommended.
π Resource link
#Typescript #library
βββββββββββββ
Join @web_dev_bds for more
4 352
Top 11 React Performance Optimization Techniques in 2023
Developers and product owners are often scared of the performance issues when dealing with a React Js application. This unpopular belief has kept them from using React frameworkβs majestic benefits. However, once you understand how and why React applications lag in performance and how you can enhance React performance, you can leverage the many benefits of this modern frontend framework. This blog covers the 11 best React app performance optimization techniques to grow beyond the risks and pitfalls.
π Resource link
#React
βββββββββββββ
Join @web_dev_bds for more
