DEV Community

Cover image for Introducing Tech gems series πŸ‘οΈ
Adrien Zaganelli
Adrien Zaganelli

Posted on • Updated on • Originally published at adrienzaganelli.com

Introducing Tech gems series πŸ‘οΈ

I'm glad to start a new blog series about web development and technology in general!

In "Tech gems" we will try to uncover insider information in the JavaScript ecosystem and also share the main informations and various discoveries.

I'll try to post weekly or at the very least, monthly.


Before we dive into the recent discoveries, I'd like to add a personal note.

Keeping up with the ecosystem can be hard as things move absurdly fast. I want to warn those entering in the industry that you don't need to know everything nor try every framework out there.

What you need is to build your own path: show up every day, find your speciality, and then broaden your skills and build on top of top them.
You must learn constantly as a developer; these posts will try to help discoveri new opportunities, and avoid tutorial hell.

This job can be stressful when you have clients and/or deadlines. It can also be full of corporate/scrum stuff that will make you bang your head against the wall. Dealing with legacy code is also a special snowflake and will probably give you the hardest challenges.

At the end of the day, code is code. Make sure to enjoy your life, the one outside of your IDE 🀭

Always remember that "The Best Code is No Code At All"

To be fully honest, I still do not apply all of the advice I gave you above... I also began this series to avoid FOMO in my everyday discoveries. Writing them down every now and then will force me to filter the amount of information I read, and make sure to keep here the ones that are worthy.

Let's conclude with the biggest taboo in our industry: Burnout. Since I started back in 2019, I saw a lot of my friends and colleagues falling into it, or approaching close the edge.
It's not worth it, I'll leave you with some good stuff from Austin Gil:

On Work-Life Balance, Depression, & Purpose

Just some thoughts on life

favicon austingil.com

Now that you're warned, let's go to the good stuff !

Tech gems πŸ‘οΈ #1

Rumors

NuxtHub Β· GitHub

Build full-stack applications with Nuxt on Cloudflare, with zero configuration and transparent pricing. - NuxtHub

favicon github.com

Sebastien Chopin, aka @atinux, creator of Nuxt.js, posted an enigmatic tweet a few days ago:

Not tweeting a lot lately, cooking something 🍰

We can now guess it's about the new NuxtHub organization on Github. NuxtHub should help developers to "build full-stack application with Nuxt on CloudFlare, with zero configuration and transparent pricing."

Tutorials:

Making CSS View Transitions Easy with Velvette | Codrops

Learn how to effortlessly implement smooth CSS view-transitions with Velvette, a useful library designed to tackle common challenges and enhance user experiences in web applications.

favicon tympanus.net

Noam Rosenthal, co-editor of the CSS view-transitions spec, gives us a splendid tutorial on Codrops.

He explains how to achieve advanced smooth page transitions with the View Transitions API and the velvette library to handle the missing pieces.

You have to understand it's a game changer to make those with so little JavaScript, it will close the gap between server rendered websites and fully interactive SPAs.

Backend

https://www.uber.com/en-FR/blog/how-uber-serves-over-40-million-reads-per-second-using-an-integrated-cache

A long read where Uber explain how their "Docstore Architecture" allows them to perform numerous database reads thanks to caching.


After announcing their new major version (V6), the AdonisJS team brings some details about the roadmap without promising any release dates or timelines.
Overall, they aim to improve type safety and have realeased a few packages outside of the core:

  • Bento Cache
  • Edge (templating)
  • Japa (testing)
  • VineJS (validation and schema)
  • Verrou (locks in Node.js)

But the real takeway for me is that Adonis decided to take over the inertia package and maintain it officially.

Erratum (24/02/2024): This is incorrect. Instead, the community package eidellev/inertiajs-adonisjs will become an official first-party integration, known as @adonisjs/inertia.

Inertia is often used as "glue" between your front-end and your back-end and has been popularized by the Laravel community from PHP.

In the post, Adonis mentions SSR supports for Inertia, which could be a game changer for "server components" in nodejs.

Business

Jack Lindamood has gone through a lot while building his startup. He kindly details many strategic infrastructure decisions such as picking AWS over Google Cloud or regretting choosing Datatog.

Must read if you plan to build a digital business one day !

Misc

A fun website to learn how to read a QR code, it's as hard as it sounds.

Top comments (0)