Pratham Profile picture
13 Jun, 6 tweets, 3 min read
5 Great GitHub repositories for web developers

πŸ§΅πŸ‘‡πŸ»
1. HTML best practice

For writing maintainable and scalable HTML documents

πŸ”— github.com/hail2u/html-be…
2. Awesome CSS Learning

A tiny list limited to the best CSS Learning Resources

πŸ”— github.com/micromata/awes…
3. JavaScript questions

- A long list of (advanced) JavaScript questions, and their explanations

πŸ”— github.com/lydiahallie/ja…
4. React use

A great collection of pre-built custom hooks that you can use in your project straight away.

πŸ”— github.com/streamich/reac…
5. Node.js best structure

- This is a basic project structure for a node js project contain full support for async/await , proper error handling, basic Joi Validation object-oriented para-diagram, and much more

πŸ”— github.com/AlaaMezian/Nod…

β€’ β€’ β€’

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

15 Jun
Some HTML and CSS tips that will blow your mind for sure

πŸ§΅πŸ‘‡πŸ»
2. Create Grammarly using one line of HTML

Read 6 tweets
15 Jun
My content usually revolves around CSS but I have a plethora of fully-fledged threads on React as well

Take a look πŸ§΅πŸ‘‡πŸ»
Read 9 tweets
14 Jun
I randomly started Twitter but built ~100K audience in about 12 months

Here's how you can also do it πŸ§΅πŸ‘‡πŸ»
πŸ“Œ 1. Make your place in the well-established tech community

This sounds tough but actually, it is not. You just need to put content but try to deliver the content from the one technology.

For example, When I started, I posted only CSS arts nothing else
Why?

Obviously, you can put diverse content as well but we need to tell the community that, hey, I am X and I am good at Y technology.

This will bring quick light to your profile.
Read 20 tweets
13 Jun
We can create simple photoshop using CSS. Let's see how πŸ˜„

πŸ§΅πŸ‘‡πŸ»
CSS filter functions provide us the flexibility of adding graphical effects to an element. They are

- blur()
- brightness()
- contrast()
- drop-shadow()
- hue-rotate()
- grayscale()
- invert()
- opacity()
- sepia()
- saturate()
1. blur

As the term suggests, blur function simply blurs your input image. The blur that is being applied to image is known and Gaussian blur
Read 14 tweets
12 Jun
React Hooks are so powerful and especially some additional hooks.

Do you know there is an alternative to useState called useReducer hook? It is used to manage more complex states.

Let's look into detail πŸ§΅πŸ‘‡πŸ»
Usually, the useState hook is used to tackle states in React where you can pass the initial state and React preserves state for you between re-renders

What if you need to manage more complex states? Here useReducers comes into play
Similar to useState, the useReducer hook also returns a pair of values. Let's see what these two things are
Read 17 tweets
11 Jun
You can create your text portrait using CSS in 5 simple steps. Let's see how

πŸ§΅πŸ‘‡πŸ»
Step 1: Setting up the HTML

Create a document with a lot of lorem ipsum text so that your webpage is covered entirely by the text
Step2: Set dark background-color

A dark background will make your portrait more appealing
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

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

Donate via Paypal Become our Patreon

Thank you for your support!

Follow Us on Twitter!

:(