Akos Profile picture
I wrote a couple of books and lots of tutorials on web development. Now I mostly build apps: πŸ‘ Shipped https://t.co/Deh5hwAsdd 🚧 Building https://t.co/I1fkvHe4SN
Dec 13, 2022 β€’ 8 tweets β€’ 2 min read
Figuring out what to learn next?

I've been a developer for 20+ years.

Here are the evergreen topics that will always remain important.

🧡 1/7 DSA

Data structure and algorithms are a fundamental part of programming and universal knowledge.

Learn to implement different data structures:

β€’ List
β€’ Array
β€’ Stack
β€’ Queue

and algorithms:

β€’ Traversing
β€’ Searching
β€’ Insertion
β€’ Deletion
β€’ Sorting
β€’ Merging
Nov 24, 2022 β€’ 6 tweets β€’ 2 min read
If you had asked me ten years ago what’s the best way to land a job in IT, I would’ve said get a Computer Science degree.

And I did...

I worked as a software engineer and as a CTO.

If you ask me the same question now, this is what I would do.

🧢 1/4

Open a GitHub account and start hacking on something.

Build your own thing or join OSS projects.

We have Hacktoberfest each month!

You will always find ”good-first-pr” issues.

Try to understand issue descriptions and code review suggestions.
Nov 22, 2022 β€’ 7 tweets β€’ 2 min read
Looking to improve your online presence as a developer?

Here are a few things you might want to look into

🧢 1. GitHub - Step 1

Make sure your demo projects are public.

Your best work is pinned to your profile, tightened up, and has a nice README and meaningful commit history.

When reviewing the applications and CVs of other engineers, these are one of the first things I look for. Image
Sep 14, 2022 β€’ 7 tweets β€’ 2 min read
5 rules I'm following while writing a blog post ✏️

Actionable tips you can use for your next article πŸ’β€β™€οΈ

A thread πŸ§΅πŸ‘‡ 1. Title is everything.

β€œThe confused mind says no.”

I don’t know where I read that, but it’s true πŸ’―
Easily digestible titles will have a much higher click-through rate than complicated ones.

Your article can be πŸ”₯ if no one reads it.
Sep 12, 2022 β€’ 13 tweets β€’ 7 min read
11 Online Learning Platforms for Professional Development in 2022

Thread πŸ§΅πŸ‘‡ 1️⃣ Coursera

Advance your career with degrees, certificates, Specializations, & MOOCs in data science, computer science, business, and dozens of other topics.

πŸ”— coursera.org Image
Aug 15, 2022 β€’ 9 tweets β€’ 4 min read
7 FREE Courses to Learn TypeScript

🧡 πŸ‘‡ 1️⃣ Learn TypeScript

Learn TypeScript, a superset of JavaScript that adds types to make the language scale!

πŸ”— codecademy.com/learn/learn-ty…
Aug 3, 2022 β€’ 7 tweets β€’ 6 min read
5 Ways to Build a React App From Scratch with 0 configuration

🧡 πŸ‘‡ 1️⃣ Razzle

Razzle is a tool that abstracts all complex configurations needed for both SPA's and SSR applications into a single dependency--giving you the awesome developer experience of create-react-app

πŸ”— razzlejs.org
Jul 29, 2022 β€’ 7 tweets β€’ 4 min read
5 FREE Excel-Like JavaScript Libraries for displaying Big Data

🧡 πŸ‘‡ 1️⃣ Luckysheet

Luckysheet is an online spreadsheet like excel that is powerful, simple to configure, and completely open-source.

πŸ”— mengshukeji.github.io/LuckysheetDocs/
Jul 25, 2022 β€’ 11 tweets β€’ 16 min read
9 YouTube Channels Packed with React Tutorials

Thread πŸ§΅πŸ‘‡ 1⃣ Wes Bos

@wesbos got some great tutorials on React but he also teaches HTML, CSS, JavaScript.

πŸ”— youtube.com/c/WesBos
Jul 11, 2022 β€’ 11 tweets β€’ 6 min read
9 FREE React Courses to Level Up your React Skills πŸ„

Thread πŸ§΅πŸ‘‡ 1️⃣ Code 15 React Projects - Complete Course

Improve your skills with the React JavaScript library by building 15 projects using React.ΒŸΒ”Β— Code: github.com/john-smilga/re…

πŸ”—
Jul 6, 2022 β€’ 11 tweets β€’ 6 min read
9 Online Learning Platforms for Professional Development

Thread πŸ§΅πŸ‘‡ 1️⃣ Coursera

Advance your career with degrees, certificates, Specializations, & MOOCs in data science, computer science, business, and dozens of other topics.

coursera.org
May 18, 2022 β€’ 8 tweets β€’ 4 min read
6 FREE Udemy Courses to Learn TypeScript

🧡 πŸ‘‡ 1️⃣ TypeScript, Quick and Easy

This is a practical course to learn TypeScript rapidly and deeply. - Free Course

πŸ”— udemy.com/course/typescr…
May 16, 2022 β€’ 9 tweets β€’ 9 min read
7 Platforms to Level Up your Front End Skills

πŸ§΅πŸ‘‡ 1️⃣ Front-end web developer | MDN

A FREE course from @MozDevNet. It starts with the basics of your setup and learning how to learn.
Highly recommended for starters!

πŸ”— developer.mozilla.org/en-US/docs/Lea…
May 9, 2022 β€’ 7 tweets β€’ 7 min read
5 FREE React Courses If You're Just Starting Out

🧡 πŸ‘‡ 1️⃣ Learn React for free

11 hour-long course, completely free from @bobziroll.
Contains 140+ interactive coding challenges and 9 projects!

πŸ”— scrimba.com/learn/learnrea…
Apr 21, 2022 β€’ 8 tweets β€’ 4 min read
6 React UI Components You Didn't Know Existed

🧡 πŸ‘‡ 1️⃣ Mantine

React components and hooks library with native dark theme support focused on usability, accessibility and developer experience

πŸ”— mantine.dev
Apr 20, 2022 β€’ 7 tweets β€’ 7 min read
5 Ways to Build a React App From Scratch with 0 configuration

🧡 πŸ‘‡ 1️⃣ Razzle

Razzle is a tool that abstracts all complex configuration needed for both SPA's and SSR applications into a single dependency--giving you the awesome developer experience of create-react-app

πŸ”— razzlejs.org Image
Mar 25, 2022 β€’ 6 tweets β€’ 2 min read
Are you struggling to estimate a project?

Suggest changing the scope.

Thread πŸ§΅πŸ‘‡ 1/4

A few months ago we were asked to migrate a piece of software to newer technology.

We knew that migrating certain parts of the software could affect our initial estimate because it would break something that wasn't broken before and we didn't plan to migrate at all.
Mar 23, 2022 β€’ 10 tweets β€’ 5 min read
8 Websites to Find FREE Pics for Your Next Blog Post πŸ“Έ

βœ… no attribution is required - but always appreciated πŸ™
βœ… free download
βœ… no signup

A thread πŸ§΅πŸ‘‡ 1️⃣ Stocksnap

CC0 Free Stock Photos - Free from copyright restrictions.

πŸ”— stocksnap.io Image
Mar 7, 2022 β€’ 8 tweets β€’ 4 min read
6 FREE Courses to Learn some Front End Skills 🎨

Set yourself up for a career change in 2022 πŸš€

Thread πŸ§΅πŸ‘‡ 1️⃣ Free HTML Tutorial - Web Development By Doing: HTML / CSS From Scratch

Web Development From Scratch: Learn By Doing For Complete Beginners. HTML And CSS. Code Your First Website In 1 Hour. - Free Course

udemy.com/course/web-dev…
Mar 1, 2022 β€’ 8 tweets β€’ 4 min read
6 React UI Components You Didn't Know Existed

🧡 πŸ‘‡ 1️⃣ Mantine

React components and hooks library with native dark theme support focused on usability, accessibility and developer experience

πŸ”— mantine.dev
Feb 18, 2022 β€’ 7 tweets β€’ 2 min read
5 guidelines I'm following while writing a blog ✏️

Actionable tips you can use for your next article πŸ’β€β™€οΈ

A thread πŸ§΅πŸ‘‡ 1. Title is everything.

β€œThe confused mind says no.”

I don't know where I read that but it's true πŸ’―
Easily digestible titles will have a much higher click-through rate than the complicated ones.

Your article can be πŸ”₯ if no one reads it.