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 161
Subscribers
+124 hours
+107 days
+4130 days
Posts Archive
Junior vs Senior Developer
Junior vs Senior Developer

Typescript free courses Up and Running with TypeScript (Setup videos only) 🎬 8 video lesson Duration ⏰:  Less than 1 hour of material πŸƒβ€β™‚οΈ Self paced Teacher: John Lindquist Resource: egghead.io πŸ”— Course Link                  React JS with TypeScript Crash Course 2022    Rating ⭐️: 4.7 out of 5      Students πŸ‘¨β€πŸŽ“: 9,432 Duration ⏰:  1hr 51min      Created by:  NAVEEN SAGGAM UiBrains πŸ”— Course Link TypeScript Basics 🎬 33 video lesson Duration ⏰:  3-4 hours worth of material πŸƒβ€β™‚οΈ Self paced Teacher: Java Brains Resource: classcentral πŸ”— Course Link TypeScript Tutorial    🎬 21 video lesson πŸƒβ€β™‚οΈ Self paced Resource: Youtube πŸ”— Course Link   Build JavaScript applications using TypeScript. (No Video)    ⏳Modules:  8 Duration ⏰:  6-7 hours worth of material ☒️ Exercises, Programs πŸƒβ€β™‚οΈ Self paced Resource: Microsoft πŸ”— Course Link TypeScript basics. (No Video)    Duration ⏰: 1 week long, 3 hours a week ☒️ Quizes, Programs πŸƒβ€β™‚οΈ Self paced Resource: executeprogram πŸ”— Course Link TypeScript Deep Dive. (No Video)    ⏳Modules:  12 ☒️ Programs, Projects πŸƒβ€β™‚οΈ Self paced Resource: basarat πŸ”— Course Link TypeScript Documentation #Typescript #React_with_Typescript βž–βž–βž–βž–βž–βž–βž–βž–βž–βž–βž–βž–βž–βž–      πŸ‘‰Join @bigdataspecialist for moreπŸ‘ˆ

Js string methods
Js string methods

#meme
#meme

CSS Flexbox
CSS Flexbox

Web Development Roadmap
Web Development Roadmap

Types of IP addresses
Types of IP addresses

How HTTPS Works
How HTTPS Works

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πŸ‘ˆ

#meme
#meme

What is your level in web development?
Anonymous voting

πŸ“’ FREE Book React.js Design Patterns: Learn how to build scalable React appswith ease (2023) By: Anthony Onyekachukwu Okonta #book

Two ways to create responsive input fields in CSS!

Hidden Gems of Tailwind CSS Tailwind CSS has some lesser-known features that can make developing web UIs easier. This article
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

How to Use Rem Units in CSS!! Rem units in CSS can be used for setting font sizes, margins, padding, widths, and heights rela
+4
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.

CSS Tip πŸ’‘ We can use the latest CSS features in supported browsers and apply fallback styles in unsupported browsers using t
CSS Tip πŸ’‘ We can use the latest CSS features in supported browsers and apply fallback styles in unsupported browsers using the supports at-rule

#memes
#memes

Youtube Clone UI || HTML & CSS πŸ’»Get code
Youtube Clone UI || HTML & CSS πŸ’»Get code

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());

Html input types
Html input types