TypeScript's Next Release Is Wild
A quick overview on the new 5.6 typescript release and it looks pretty promising.
A quick overview on the new 5.6 typescript release and it looks pretty promising.
Here are the results of of the last State of JS survey. Check the worldwide developers preferred languages and tools for 2023 (Spoiler, Vite & Astro clearly won dev's hearts this time)
Bring HTTPS & domain names to your development environments with Reverse proxies.
After 15 years, Node officially announce it will natively supports typescript. It was time..
We always say that the backend is the source of truth. But what if it should not always be the case ? data can also be stored in the front.. Watch the syntax team discuss and show about when and how to store data locally (first).
Google released Gemini natively in chrome browser. This new API is already compatible with React, and with few lines of code, we can already build an assistant using local chrome browser. Check how to do that in this quick demo.
The state of the art to create complex forms in 2024 in Next.js
Because the abstractions used by a backend are not always (often?) the best ones for frontend, it can be a good practice to map the DTOs to frontend oriented data.
In USA, there are now each year more students who are graduating in development than developers who are hired in companies. A quick study on some alarming stats on the development market situation these last few years.
A little reminder never hurts, specially, when we see too often apis badly built. So here is a list of best practices to follow when building a REST api.
Do you really need a full authentication system ? I never really thought about it, but in some cases, it might indeed not needed..