Andrej ⚡️ Profile picture
Freelance dev. Tweets about AI, tech, React, and web dev. #buildinpublic *the best* ✌️ ChatGPT app for macOS: https://t.co/tFTqQyK19G
Dee Sterling Profile picture TheSamurai Profile picture Erik Viana Profile picture TZ Studio 80 Profile picture 5 subscribed
Feb 13, 2023 5 tweets 1 min read
Different ways of handling results of multiple promises in JavaScript: Whenever the results of promises do not depend on each other, we can potentially speed things up by creating them concurrently.

For example, API calls can be sent in parallel by the browser (or other I/O-bound tasks)
Jan 19, 2023 13 tweets 16 min read
📌 Free Resources for Web Development

• Fonts • Illustrations • Images • Icons • Inspiration • Hosting • Games • CSS Generators • Headless CMS • Free Courses •

👇 Fonts:

🔗 fontsource.org
🔗 fonts.google.com
🔗 theleagueofmoveabletype.com
🔗 losttype.com
🔗 fontspace.com
theleagueofmoveabletype.com
Jan 4, 2023 9 tweets 5 min read
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: 1. DeepL

- AI-powered translation tool
- High-quality, accurate translations
- Understands the context and produces human-like translations.

🔗 deepl.com/translator
Jan 2, 2023 10 tweets 5 min read
📌 Frontend development skills are in high demand and very well paid

Find all you need to start a programming career in 2023 here: Frontend Developer Roadmap 2023  1. HTML + CSS 2. Build 2 we 1. HTML + CSS

Scrimba: scrimba.com/learn/htmlandc…

Udacity: udacity.com/course/intro-t…

Udemy: udemy.com/course/design-…
Dec 21, 2022 4 tweets 2 min read
📌 Forget breakpoints! Use CSS clamp to size your text based on the viewport width.

Sandbox + details below 👇 CSS Clamp property scales your value between min and max. Image
Dec 18, 2022 16 tweets 4 min read
🎨 CSS Grid is one of the most important and often used layouts in web development.

Refresh your knowledge in this visual thread: Introduction  CSS Grid allows us to create two-dimensional g
Dec 12, 2022 9 tweets 2 min read
⚠️ If you're working with React in 2022, STOP making these mistakes: 1. Fetching data in useEffects

Nothing wrong with that. But, you're reinventing the wheel for state management, caching, refetching, prefetching, request cancellation, etc.

Try React Query, or SWR instead.
Dec 11, 2022 10 tweets 5 min read
🎨Being skilled in UI/UX will make you a better frontend developer.

Here are the top channels to accelerate your learning: 1. Flux Academy

Sharpen your web design skills and learn from world-class instructors.

Figma, Webflow, inspiration, design trends, tools, productivity... it's all there!

🔗 youtube.com/@FluxAcademy
Dec 7, 2022 9 tweets 5 min read
7 cutting-edge developer tools you can use for free to build websites, apps, and APIs significantly faster:

🧵👇 1. Codux

React developers: meet, your first visual IDE.

Visually edit projects side-by-side with your code editor. See every change reflected instantly and get your work done faster.

Get it for free and see for yourself 👇

🔗codux.hopp.to/codux
Nov 29, 2022 7 tweets 2 min read
📌 A notoriously difficult interview question:

"What is your weakness?"

How not to mess up the answer: The way you answer this question can reveal important things about you:

- You are honest
- You are self-aware
- You have a growth mindset

Don't even try fake it. State a real weakness, but emphasize how you work to overcome it.
Nov 26, 2022 8 tweets 2 min read
📝 How to decide between frontend, backend, or full-stack developer careers: Software development happens on many levels:

- Hardware
- DevOps
- Backend
- Frontend
- UI/UX Design
- QA
- Product Management
- And more...

You may choose to operate on one or N levels as a developer.
Nov 23, 2022 9 tweets 5 min read
📌 I asked developers: "What's the best programming course you've taken?"

Here are the most popular answers: The Complete 2023 Web Development Bootcamp by Dr. Angela Yu

Become a Full-Stack Web Developer with just ONE course. HTML, CSS, Javascript, Node, React, MongoDB, Web3 and DApps

🔗 udemy.com/course/the-com…
Nov 20, 2022 10 tweets 2 min read
Are you applying to remote jobs but never getting invited to interviews?

Here's a common reason why: The #1 mistake I see many self-taught devs make:

Applying mostly for remote jobs outside their country.

Why is that a problem?
Nov 16, 2022 10 tweets 4 min read
React is a high-demand, high-paying skill.

Become a React developer by following this learning plan: I've guided several friends to careers as self-taught front-end developers.

Here's the roadmap I recommend:

1. HTML/CSS
2. JavaScript
3. Git
4. Basic DSA
5. React
6. NextJS
7. TypeScript
Nov 15, 2022 7 tweets 1 min read
📌 10 clever questions to ask in a job interview when you're asked:

"Do you have any questions for us?" 1. If you hire me today, how will you know a year from now that I was the right fit?

2. How do you see the company evolving over the next N years?
Oct 23, 2022 51 tweets 11 min read
I've screenshotted 50+ VS Code Themes.

📌 Scroll through this thread, maybe you'll find a new favorite Kanagawa Image
Oct 20, 2022 4 tweets 2 min read
Create a Gradient Border in 3 Simple Steps 🎨 👇 Image Although there are ways to do this without the pseudo-elements, I found it pretty annoying to deal with border-radius.

So here's how to approach this if you want to have rounded corners: Image
Oct 19, 2022 5 tweets 3 min read
Create Glass Effect With 2 Lines of CSS 🎨👇 1. Add backdrop-filter
- backdrop-filter: blur(14px)

2. Set background with opacity
- background-color: rgba(12, 30, 45, 0.7)

Optional: Add a semi-transparent border to highlight the edge.

Try CSS generators:
🔗 css.glass
🔗 ui.glass
Oct 16, 2022 12 tweets 4 min read
📩 Gmail: I bet you're not using it to its full potential.

📌 Here are 10 insanely useful features that’ll save you hours of Your precious time: 1. Undo an Email You Sent

Ever messed up an email? Simply changed your mind?

Next time you're unhappy about an email you sent, simply press the "undo" button.

You can bump the cancelation period up to 30 seconds in settings!
Oct 3, 2022 11 tweets 2 min read
The most common job interview question of all time: "Tell me about yourself."

📌 Here's how to prepare a great answer: 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

👇
Oct 1, 2022 12 tweets 3 min read
Looking For a Dev Job?

📌 Stop Making These 10 Common Mistakes: 1. You're Not Patient

If you're a self-taught developer, it will not be easy.

It's a grind, and you should be ready.

It can easily take months of hard work and endless rejections.

I've heard stories from people who got rejected over 500 times before they got their first job.