codedamn Profile picture
Oct 7 4 tweets 2 min read
✨Contribute a Project✨ this #Hacktoberfest

Share your project with the rest of the world. Create/modify your project into a mini course by adding challenges and instructions and share it with us!

Instructions are super simple ⬇️
-> Build an exciting project on your own or choose an existing projects you have already built.
-> Break your project into multiple steps & write the challenges & instructions for each of them, following the guide.
-> Create a pull request on our codedamn projects repo
We'll review your project at the end of this month & you’ll get your t-shirt when your PR gets merged!
Start contributing today - github.com/codedamn/proje…
That's a wrap!

RT the tweet below to share this thread with your audience

• • •

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

Keep Current with codedamn

codedamn 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 @codedamncom

Oct 7
HTML, CSS, and JavaScript are basic coding skills but what are some skills that make you stand out? 🤔
1. Basic Coding Skills

Frontend Developers must have basic skills that can build highly functional and secure websites. there are some techs that every Fronted Developer must know:

→HTML
→CSS
→Sass
→JavaScript/TypeScript
→DOM Manipulation
2. Frameworks

Knowing basics are super important but Frameworks include pace to your work and make your work more deployable as a major project that runs on the internet. Here are some frameworks that every developer should master :

CSS Frameworks

→Bootstrap
→Tailwind CSS
Read 18 tweets
Oct 7
Free websites for hosting Node.js 💸

📌 thread..
1. Railway

A full-fledged deployment platform that aims to streamline the deployment process by eliminating common developer hurdles.

The free starter plan comes with the following key features:
➡️ 512 MB Ram and shared CPU
➡️ 1 GB Disk
➡️ $5 or 500 hours of usage
2. Cyclic.sh

Cyclic is another great full-stack deployment with a straightforward and automated deployment process.

Key features in starter plan:
➡️ 3 apps
➡️ 100,000 API requests
➡️ 1GB runtime memory and 512MB /tmp storage
Read 21 tweets
Oct 6
Common reactjs mistakes to avoid:

📌 thread..
1. Not creating enough components

A common mistake that React developers make is that they don’t create enough components. It is much better to create smaller components with each of them performing a single function. Helps a lot in saving time during debugging.
2. It's not a good idea to modify the state directly

State in React should be immutable - you shouldn’t modify state directly, because doing so can cause errors and performance issues that are difficult to debug.
Read 9 tweets
Oct 6
How to get unique array values in JavaScript? 💡
The Set object type was introduced in ES6, and along with the ‘spread’ operator(..., ), we can use it to create a new array with only the unique values.
Before ES6, we had to write a lot more code to filter unique values.
This trick works for arrays containing primitive types: undefined, null, boolean, string and number .

P.S - Does not work for arrays containing objects, functions or other arrays inside them
Read 4 tweets
Oct 6
What is Routing?

Routing is the technique by which a web server replies to a client request to a certain endpoint. The endpoint comprises a URI (a path like / or /todos) and an HTTP method like GET, POST, PUT, DELETE, etc.

To define a route in Express.js, we write,
The METHOD is a valid HTTP request method, and PATH is the path to our endpoint (like / or /todos). HANDLER is a callback function that runs whenever a request to that endpoint is received.
Want to learn more about Express.js?

Try this out - codedamn.com/news/backend/h…
Read 4 tweets
Oct 5
Top React native UI libraries you HAVE to know 🤯
📌 thread..
1. React Native elements

A cross-platform React Native UI toolkit that combines a collection of
open-source UI components created by developers.

Key features:
➡️ All in one UI kit
➡️ Supports iOS and Android devices
Small elements such as avatars, buttons, form elements, icons, typography and sliders
Read 11 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!

:(