My *personal* recommendations on who to follow on 2021!

A Thread 🧵 on great content and great people on Twitter.
Happy new year to all of you!

(A-Z) 1/Many
@AlejandroPiad (Alejandro Piad Morffis)

Alejandro writes interesting content on software development and machine learning.
He teaches Computer Science and his content is great.
I love interacting with him.
@allenholub (Allen Holub)

Allen is a DDD passionate. His opinions are very strong and accurate.
I enjoy his development tips AND management and agile humor a lot.
I liked very much his courses on LinkedIn.
@AnnaJMcDougall (Anna McDougall)

Anna writes amazing stuff on development. She's a great technical writing and posts delightful morning walk pictures.
@anniebombanie_ (Annie🦄⚡)

Annie writes interesting content on her journey as a front end developer, and she also talks about management and productivity from her developer perspective. She also writes funny off-topic content.
@apoorv__tyagi (Apoorv Tyagi)

Apoorv write great tweets and articles related (but not restricted to) software design and models.
@catalinmpit (catalins.tech)

Catalin is a tireless content creator.
He writes amazing tech articles at catalins.tech.
I cannot keep his pace.
@dmokafa (Deni Moka)

Deni knows a lot about software design, clean code and TDD
you can follow his TDD blog here danielmoka.com.
He is the guy to ask for software advice.
@DThompsonDev (Danny Thompson)

Danny is a great teacher. He is undoubtedly an inspiration for new developers.
I learn a lot from his courses and his fine sense of humor.
youtube.com/DThompsonDev
@FrancescoCiull4 (Francesco Ciulla)

Francesco writes on software development and has an amazing YouTube channel with lots of great videos. youtube.com/FrancescoCiulla
@jangiacomelli (Jan Giacomelli)

Jan is a very smart guy. He's the guy to talk about software design. I learned a lot from him.
He also writes excellent technical articles.
@jovchem (Jov Mit)

Jov writes about TDD on Mobile development and has great knowledge on Android development and TDD techniques (which are not very frequently found together).
@haltakov (Vladimir Haltakov)

Vladimir writes great content on machine learning. He also talks on programming and software design.
@lo_victoria2666 (Victoria Lo)

Victoria is a very curious developer. Her articles on blogging combine great programming skills with enjoyable and insightful technical articles
You can read her on lo-victoria.com
@macerub (Mario Cervera)

Mario is a clean coder enthusiast, he teaches how to write excellent designs with clear examples.
His testing tips are amazing.
He also talks a lot about team building and social skills.
@macsikora (Maciej Sikora)

Maciej writes great content on software design and architecture. You can have very interesting discussions with him.
@MattCodeJourney (Matt Moll)

Matt is a tireless educator. He is famous for his "pills" and is and authority on Object-Oriented Programming
His YouTube channel is awesome (youtube.com/c/CodeJourney).
He also has a great blog codejourneyclub.com
@nickbulljs (Nick Bull)

Nick is a great Front end developer.
He talks in twitter about programming and mentoring advices. His threads are insightful and valuable.
He is definitively worth following.
@oliverjumpertz (Oliver Jumpertz)
Oliver writes amazing content on backend software design, architecture and TDD.
@PrasoonPratham (Pratham Prasoon)

Pratham says he is 16 but it cannot be true :)
He is making his journey and writing down all he is learning (which is a lot) and should be an inspiration for new developers.
@refactorfiend (Rusiim Shabazz)

Rusiim is a clean code and refactor advocate.
He loves declarative code.
He doesn't like dirty code very much :)
@shookcodes (Sarah Shook)

Sarah writes great content on her development journey and also funny off-topic content. She is a must-follow.
@SimonHoiberg (Simon Høiberg)

Simon writes straight-to-the-point developer advices.
He is very active on Twitter. His YouTube channel is amazing youtube.com/SimonHoiberg.
@svpino (Santiago)

Santiago is an authority on Machine Learning. He is very active and helpful both to newcomers and advanced programmers.
He explains everything with clear examples.
@tadaspetra (Tadas Petra)

Tadas is a young guy but speaks as senior developer. He's very experienced on software and also starting to work on his own.
You can subscribe here youtube.com/tadaspetra.
@TheAnkurTyagi (Ankur)

Ankur writes very interesting content on software development and mentoring for junior developers.
@TheJackForge (Jack Forge)

Jack is a great front end developer. I like his sense of humor as much as his great content.
The list comes to and end here. Unluckily I am aware I might have missed up a lot of very interesting people. Please reply and shout out with their names.
One of my 2021 commitments is to increase the quality of people I follow and meet great developers. Please add them down with a brief description.

Happy new year again! 🎇

• • •

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

Keep Current with Maxi Contieri

Maxi Contieri 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 @mcsee1

4 Oct 20
Another 🧵 on #productivitytip and #LifeHacks

As usual one each day.

Disclaimer: Opinions are my own. I don't have the truth revealed.

I learn a lot with your replies so please contribute and discuss !
#productivitytip 1: Remove notifications

1 - Check your phone after a couple of hours.
2 - Keep an eye on the app with the most notifications
3 - Block them
4 - Don't fear #FOMO. Deal with it
5 - Repeat once a day.

Watch #TheSocialDilemma
#productivitytip 2: Slice your time

1 - Use blocks of time without interruptions (timeboxing).
2 - My favorite is @PomodoroTech.
3 - if you come across new tasks just write them down.
4 - Don't multitask.
5 - You cannot switch until time is up.
6 - 25 minutes it's a good slice.
Read 11 tweets
29 Aug 20
Sometimes an idea fits in 280 characters

a 🧵 on Great #SoftwareEngineering great #quotes

One each day.
For each desired change, make the change easy (warning: this may be hard), then make the easy change

-@KentBeck
There are only two hard things in Computer Science: cache invalidation and naming things.

-Phil Karlton
Read 46 tweets
24 Aug 20
Knowing the problems is the first step to solving them.

A thread on #CodeSmells 🧵⬇️📅
#CodeSmell 01: Your objects are a bunch of public attributes

Problem: en.wikipedia.org/wiki/Anemic_do…

Solutions:
1) Find Responsibilities.
2) Protect your attributes.
3) Hide implementations
4) Delegate
#CodeSmell 02: Code has lots of comments

Problem: Comments are coupled to implementation

Solutions:
1) Refactor methods
2) Rename methods to more declarative unes
3) break methods
4) If a comment describe what a method does. Just name the method with this description
Read 49 tweets
9 Aug 20
I’m creating a thread on #softwaredesing. One tip per day.
Until no advices are left or I reach thread limit. Whatever happens in the first time.
Tip 01: Do not subclassify concrete classes.
Tip 02: Variable names should indicate role. Never type
Read 67 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!