Web development – Telegram
Web development
3.97K subscribers
410 photos
30 videos
80 files
87 links
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
Download Telegram
Html input types
👏3👍2
Find errors in the code.
Difficulty: Average🤨

class Rectangle {
constructor(width, height) {
this.width = width;
this.height = height;
}

getArea() {
return width * height;
}
}

const rect = new Rectangle(5, 10);
console.log("Area:", rect.getArea());
👍3🤔1
Youtube Clone UI || HTML & CSS

💻Get code
2👍1
🤣10😁2
CSS Tip 💡

We can use the latest CSS features in supported browsers and apply fallback styles in unsupported browsers using the supports at-rule
How to Use Rem Units in CSS!!

Rem units in CSS can be used for setting font sizes, margins, padding, widths, and heights relative to the root element's font-size.
Hidden Gems of Tailwind CSS

Tailwind CSS has some lesser-known features that can make developing web UIs easier.

This article goes over a couple of them, such as using gap-* to add space between elements.

🔗 Link to the article

#css #tailwind
This media is not supported in your browser
VIEW IN TELEGRAM
Two ways to create responsive input fields in CSS!
🔥4👍1
React_js_Design_Patterns_Learn_how_to_build_scalable_React_apps.pdf
3.1 MB
📒 FREE Book

React.js Design Patterns: Learn how to build scalable React appswith ease
(2023)

By:
Anthony Onyekachukwu Okonta

#book
👍3
👍3
Bootstrap free courses

Bootstrap 4 for Responsive Web Design
🎬
13 video lesson
🏃‍♂️ Self paced
Teacher: Brad Hussey
Resource: cosmolearning
🔗 Course Link

How to Create a Website using Bootstrap 4
Rating ⭐️: 4.5 out of 5
Students 👨‍🎓: 11,124
Duration : 1hr 55min
Created by: Laurence Svekis
🔗 Course Link

Learn Bootstrap by creating a custom admin theme
🎬
22 video lesson
Duration : 2-3 hours worth of material
🏃‍♂️ Self paced
Teacher: freecodecamp
🔗 Course Link

Code a 'Coming Soon' Landing Page in Bootstrap 4
Rating ⭐️: 4.6 out of 5
Students 👨‍🎓: 48,974
Duration : 1hr 21min
Created by: Andy Clarke
🔗 Course Link

Getting Started With Bootstrap 4
🎬 12 video lesson
🏃‍♂️ Self paced
Resource: Youtube
🔗 Course Link

Interactive Bootstrap tutorials. (No Video)
Modules: 31
☢️ Exercises, Programs
🏃‍♂️ Self paced
Resource: freecodecamp
🔗 Course Link

Some Useful websites about Bootstrap
tutorialrepublic
bootstrap 4
freecodecamp
bootstrapbay
w3schools
taniarascia

Books
Bootstrap
Bootstrap Essentials
Bootstrap Programming Cookbook


#Bootsrap #Bootstrap_4

👉Join @bigdataspecialist for more👈
👍3
How HTTPS Works
Types of IP addresses
6
Web Development Roadmap
10
CSS Flexbox
6
😁7🤣5👍2