If you refuse to utilize AI, you're wasting time and money.
These 7 AI tools can help you automate tasks, improve your results, and increase productivity:
Use the following structure from the legendary book, Cracking The Coding Interview:
1. Current Role Headline
2. Background/Education
3. Career Summary
4. Current Role Details
5. Outside of Work
6. Wrap Up
👇
How to write clean code:
"Always code as if the guy who ends up maintaining your code will be a violent psychopath who knows where you live."
― John Woods
HTML & CSS is the entry point into web development.
You can make your first dollar by creating a website for your friends, colleagues, or maybe even a local business using HTML & CSS.
Here are 10 Websites to learn & practice for free 🧵
Git Merge vs. Rebase
- both serve the purpose of integrating one branch into another
- merge creates a merge commit with all changes (easy & safe to use)
- rebase moves all commits on the tip of the other branch (good to keep git history linear & clean)
💡 Did you know you can open VS Code directly from any GitHub repository?
Simply change ".com" to ".dev" or press "."
Quite handy when you need to do a few quick updates.
10 websites to find your dream remote job:
• Angel .co
• Arc .dev
• FlexJobs .com
• RemoteOk .com
• WeWorkRemotely .com
• JustRemote .co
• NoDesk .co
• Gun .io
• Remotive .com
• Lemon .io
Also, if you're from the EU, say 👋 I might have a special opportunity for you!
Keep in mind: your job is to communicate how you're the best for the job in about 60 seconds.
Prepare based on the job description:
- Relevant skills
- Relevant experience
- Significant achievements
- How you're a good fit
Make sure to include these points in your pitch.
Writing code is very hard.
No matter how smart, every programmer on Earth felt confused, lost, and ready to give up at some point.
Trust me: code daily, stay consistent, and the results will come.
You got this 🙌
Becoming a developer is NOT EASY.
It takes at least 10 years to become a doctor.
It takes 7 years to start as a lawyer.
What makes you think you have to get a dev job in 3 months?
Don't get fooled into feeling like shit if it hasn't clicked for you (yet).
Take your time 🙌
Days on these roadmaps are the dumbest shit ever.
It's super misleading and creates false hopes and expectations.
It's totally normal to spend 1-2 years (or even more) learning & practicing before you get your first dev job.
CSS Tip💡
Auto margins in flexbox take max available space in the opposite direction of the main axis.
Very useful when creating Navbar layouts, for example.
How to host your React app for free in less than 2 minutes:
1. Go to vercel .com
2. Sign in using your GitHub account
3. Click Create New Project
4. Click Import
Done 🚀 enjoy your live web app
CSS Tip 💡
The CSS clamp() function calculates a value within a range of values between a defined min & max.
In the example below, width can not go bellow 200px or above 400px values. For all values in between, it will be set to 70%.
JavaScript is a very versatile language.
If you learn JS you can build:
⭐️ websites
⭐️ web apps
⭐️ mobile apps
⭐️ desktop apps
⭐️ backend APIs
⭐️ 2d & 3d games
⭐️ web3 integration
⭐️ AI & machine learning
You can start learning today, and decide what's next later.
Luxury.
GitHub green squares are not magic beans.
I respect those who push open-source projects for free, but at the same time doesn't mean everyone should do mandatory charity work.
And 50 meaningful commits can be much better than 4800 random green squares.
Work hard until your GitHub account looks like this
Yeah, right! This is my GitHub account. 🙄
Just kidding, there is still a lot of work 🧑🏭to be done. It's just the beginning
Props are one of the most essential concepts of React.
Refresh your React knowledge in this thread 🧵
ALT A hero image for the thread.
- React logo
- Title: Props
- Subtitle: <Button type="primary" />
React is a JavaScript library for building interactive user interfaces.