"The human spirit must prevail over technology"
|
—
Albert Einstein,
Scientist
|
|
|
|
|
If you know us, you probably know we are not big fans of TypeScript, not because it's not useful but because of the added complexity. We also said we wished JavaScript would get optional typings built in the language like PHP, Python and Ruby did in the last few years. Well this new proposal goes exactly in this direction and we are very curious to see where it's going to go!
|
|
|
|
Speaking of typings and TypeScript, what if you want to get better at these topics? Well, check out this amazing website! TypeScript exercises will give you a bunch of interactive challenges (yes, you can write code directly in the browser) that you can solve by fixing TypeScript definitions in an existing codebase. We had a lot of fun going through this last week!
|
|
|
|
Sometimes a single line of JavaScript code might look really clever and expressive to one person and unintelligible to another! Why? Because modern JavaScript packs a lot of syntactic sugars and if you combine a few of them together, well... You might get a lot done with very little code, but also newcomers might easily get lost while reading it. This article provides a great example...
|
|
|
|
Luca del Puppo, engineer at Flowing, has compiled a wonderful series of articles to introduce you to Prisma, one of the most promising ORM libraries currently available in the Node.js ecosystem. Check it out!
|
|
|
|
We never have enough royalty free illustrations and icons for our web projects, so here's a newcomer to this space! Doodle icons can bring a fresh and cartoonish style to your next project, so it's definitely worth a look if that's the kind of feeling you want to convey!
|
|
|
|
We use git everyday and we need to be proficient with it. So if you are looking for new tips and trick and new cool aliases to make your git experience better, make sure to check out this article!
|
|
|
|
WebGPU is an upcoming Web API that gives you low-level, general-purpose access GPUs. What can you do with it? A bunch of exciting things, check it out!
|
|
|
|