You’ve speculated, and now you know.
Nothing phone (1) is officially coming.
It’s unlike anything else.
Summer 2022.
Sign up for the latest updates on nothing.tech.
TypeScript Tip 💡
Looong import statements with a lot of ../../../..
Annoying, right?
With TypeScript you can get rid of them by adding a single line in your tsconfig.json file.
Check it out 🤩👇
Blockchain developers are easily making a lot of money 💰
But where can one learn this technology for free?
Here are a list of 10 free resources with their links and feedback to learn and become a Blockchain developer.
A thread 🧵
🎉 #100DAYSOFPROJECT CHALLENGE ALERT 🎉
We are soon going to launch our new challenge,
drop an emoji in the comment section and retweet to get EARLY access 👋
📢 #CodeNewbies & #100DaysOfCode
In 2015, I (@AndreiNeagoie) taught myself how to code (using free resources) & got hired in 5 months.
In 2017, I shared v1 of my own step-by-step guide.
These are the steps you can take to learn to code & get hired in 2022.
Let’s go 👇🧵
If you're a developer, you'll probably use Linux and terminal commands at some point.
But there are lots of them - how do you know which ones you learn first?
In this course you'll learn the 50 most used Linux and terminal commands to get you started.
freecodecamp.org/news/learn-…
🎁 Gift for 56999 followers 🎁
A "Freelance Mastery" copy,
by two of my favorites on planet Earth:
- @traversymedia
- @study_web_dev
When they team up to create something,
it's better than Goku + Vegeta Fusion🔥
RT this tweet to win
1 week of time.
t.click-social-card.top/guku…
This repository is really on fire!
123k ⭐️
All Algorithms implemented in Python
I sometimes like to browse through it to refresh my knowledge about Algorithms & Data Structures. But it also contains nice algorithms for ML, Linear Algebra, and much more!
github.com/TheAlgorithms/Pyt…
10 Python core modules you should familiarize yourself with after the passing the beginner stage:
- collections
- itertools
- logging
- random
- functools
- threading
- multiprocessing
- contextlib
- datetime
- dataclasses
Which ones would you add?
Django tip 💡
How to connect to your production database without modifying or breaking things?
You can connect your local Django to the production DB, and make the connection read-only.
JavaScript Tip 💡
You can use Promise.allSettled() to resolve a list of promises where the outcome may be either fulfilled or rejected.
Promise.allSettled() will not reject on the first promise rejection in the list, as Promise.all() would.
✨ The Future of FastAPI and Pydantic is Bright ✨
Thanks to many efforts from the whole Python community.
Here's a simple explanation of how Pydantic and FastAPI use Python's type annotations, details about PEP 563, and more about their future. 🐍
dev.to/tiangolo/the-future-o…
If you miss my rambling longreads, I got a new one for you. It describes the new SSR architecture that @sebmarkbage and the team have been working on. I loved writing it and I hope you’ll enjoy reading it. github.com/reactwg/react-18/…