Pratham Profile picture
Aug 20 β€’ 12 tweets β€’ 6 min read Twitter logo Read on Twitter
11 websites that will help you learn web development faster (they are free): 🧡
1. How HTTP Works

Everything you need to know about HTTP-based system.

πŸ”— howhttps.works
Image
2. 30 Days of Node

Learn Node step by step with interactive examples and code snippet in 30 days.

πŸ”— nodejsera.com/30-days-of-nod…
Image
3. UX Design

Laws of UX is a collection of best practices of User Experience,

Developers can learn basic UX things from here and implement while building frontends.

πŸ”— lawsofux.com
Image
4. How DNS Works

Learn what happens when you type a website address in your browser

πŸ”— howdns.works
Image
5. Git

Check out this excellent free website to learn git visually.

πŸ”— learngitbranching.js.org
Image
6. Griddy

Learn and create a CSS grid.

πŸ”— griddy.io
Image
7. JavaScript

Visualize JavaScript code and learn the workflow.

πŸ”— jsv9000.app
8. Sorting Algorithms

Learn sorting algorithms visually and intuitively.

πŸ”— toptal.com/developers/sor…
9. Codepip

Codepip is the platform for your favorite web development games. Gain an edge in your following interview or project.

πŸ”— codepip.com
Image
10. RapidAPI Learn

Learn about APIs with interactive learning labs.

πŸ”— rapidapi.com/learn
Image
11. Linux

Linux Survival is a free tutorial designed to make it as easy as possible to learn Linux.

Even though Linux has hundreds of commands, there are only about a dozen you need to know to perform the most basic tasks.

πŸ”— linuxsurvival.com
Image

β€’ β€’ β€’

Missing some Tweet in this thread? You can try to force a refresh
γ€€

Keep Current with Pratham

Pratham Profile picture

Stay in touch and get notified when new unrolls are available from this author!

Read all threads

This Thread may be Removed Anytime!

PDF

Twitter may remove this content at anytime! Save it as PDF for later use!

Try unrolling a thread yourself!

how to unroll video
  1. Follow @ThreadReaderApp to mention us!

  2. From a Twitter thread mention us with a keyword "unroll"
@threadreaderapp unroll

Practice here first or read more on our help page!

More from @Prathkum

Aug 20
In the past 2 years, I tripled my pay at my job.

5 simple strategies I want to share with you:
1. Set Clear Goals

Knowing what you want to achieve in your job and how you're going to get there.

Don’t over promise, don’t over exaggerate, don’t over plan.
Take the time to write down your goals and break them down into smaller, achievable steps.

This will help you stay focused and motivated, and make it easier to track your progress.
Read 13 tweets
Aug 16
Introduction to CSS Grid Layout!

CSS Grid Layout lets you create complex responsive web design layouts quickly and consistently across browsers.

It's confusing and tricky.

But you won't have any difficulties working with the CSS grids after this post:

A complete guide: Image
Grid is used for making complex web design layouts more easily as it's not so hard to master.

Using Flex, you can make only 1D layout but Grid gives you the full power of creating a 2D layout.

Let's start:
First things first, start with giving the display property "grid" to the container element or parent element. Image
Read 28 tweets
Aug 16
5 GitHub repositories will make your life 90% easier:
1. Novu

Novu provides a unified API.

Using it you can implement and manage notifications within the application or system.

It's open source.

πŸ”— https://t.co/msr96kjQPCgithub.com/novuhq/novu
Image
2. HTML5-boilerplate

HTML5 Boilerplate is a professional front-end template for building fast, robust, and adaptable web apps or sites.

πŸ”— https://t.co/040sCstvnLgithub.com/h5bp/html5-boi…
Image
Read 6 tweets
Aug 9
Event loop is a confusing concept in JavaScript.

You can better understand code execution if you understand it.

Here's everything you need to know about it:
Before diving into it, we need to understand what multithreading is.

Multithreading is nothing but a programming feature by which we can make maximum use of the CPU by running two or more parts of the program simultaneously.
What exactly event loop is?

It's a mechanism that allows JavaScript to handle multiple tasks concurrently without blocking the main execution thread.
Read 14 tweets
Aug 8
You can learn 90% of CSS using my these 10 threads:
1. All you need to know about CSS 🎨
2. Getting started with CSS animations πŸš—
Read 11 tweets
Jul 26
8 Web Development notes that may come in handy:

1. CORS Image
2. CSS box-model Image
3. Semantic HTML Image
Read 8 tweets

Did Thread Reader help you today?

Support us! We are indie developers!


This site is made by just two indie developers on a laptop doing marketing, support and development! Read more about the story.

Become a Premium Member ($3/month or $30/year) and get exclusive features!

Become Premium

Don't want to be a Premium member but still want to support us?

Make a small donation by buying us coffee ($5) or help with server cost ($10)

Donate via Paypal

Or Donate anonymously using crypto!

Ethereum

0xfe58350B80634f60Fa6Dc149a72b4DFbc17D341E copy

Bitcoin

3ATGMxNzCUFzxpMCHL5sWSt4DVtS8UqXpi copy

Thank you for your support!

Follow Us on Twitter!

:(