DEV Community

Cover image for Senior Devs are more important than ever
Adam
Adam

Posted on

Senior Devs are more important than ever

Signup here for the newsletter to get the weekly digest right into your inbox.

Find the 10 highlighted links of weeklyfoo #91:


Programming as Theory Building

by Christian Ekrem

Why Senior Developers Are More Valuable Than Ever

🚀 Read it!, engineering, ai


Everything I know about good system design

by Sean Goedecke

State management, databases, ...

📰 Good to know, engineering


Career advice, or something like it

by Marc Brooker

Cynicism is bad.

📰 Good to know, career


Worker Threads in Node.js

by Lizz Parody

A Complete Guide for Multithreading in JavaScript

📰 Good to know, nodejs, multithreading


Feedback Is Not an Attack

by Ashley Willis

Feedback isn’t just critique. It’s care.

📰 Good to know, feedback, engineering


Vite 7.0 is out!

by vite.dev

Next major version of Vite

📰 Good to know, vite


Claude Code for VSCode

by Anthropic

Claude Code seamlessly integrates with popular Integrated Development Environments (IDEs) to enhance your coding workflow. This integration allows you to leverage Claude’s capabilities directly within your preferred development environment.

🧰 Tools, ai, vscode, claude


Pickaxe

by Gabe Ruttner

A Typescript library for building AI agents that scale

🧰 Tools, ai, agents


A guide to Scroll-driven Animations with just CSS

by Saron Yitbarek

CSS animations have come a long way since Apple first introduced them to the web in 2007. What started as simple effects like animating from one color to another has turned into beautiful, complex images twisting and flying across the page.

📚 Tutorials, css, animations


Software Is Changing (Again)

by Andrej Karpathy

AI Startup School in San Francisco

📺 Videos, ai


Want to read more? Check out the full article here.

To sign up for the weekly newsletter, visit weeklyfoo.com.

Top comments (2)

Collapse
 
artydev profile image
artydev • Edited

Hy Adam,

Excuse me to insist, but I know you have a large audience and so, could you cite Juris at the same level of the way you cite ViteJS.

JurisJS is a totally new approach to build web apps.

It does not use any bundling or nodejs environment, no JSX, no VDom.

All components are described as pure Javascript objects, awesome.
It integrates fine grained reactivity, dependency injection, testing capababilities

It really deserves to be widspread.

Examples

A starter dashboard:

Image description

A presentation from its author :

Juris: Returning to the Source of Universal Development

Thank you

Regards

Collapse
 
urbanisierung profile image
Adam

Hi artydev,
Juris was published in this article: dev.to/urbanisierung/stay-ahead-in...