jboadadev's profile picture. Systems Engineer
Open for Remote/Freelancing Work.

jboada

@jboadadev

Systems Engineer Open for Remote/Freelancing Work.

置頂

Good morning everybody. Go and do something interesting!


jboada 已轉發
Mind_Essentials's tweet image.

jboada 已轉發

This is my website. Guess the stack!

denicmarko's tweet image. This is my website. Guess the stack!

jboada 已轉發

Great reminder that you can build SPA with Nuxt, similar to Vite+Vue but with the power of the Nuxt ecosystem. Nuxt is a versatile web framework 🙃

Atinux's tweet image. Great reminder that you can build SPA with Nuxt, similar to Vite+Vue but with the power of the Nuxt ecosystem.

Nuxt is a versatile web framework 🙃

Next.js, SvelteKit, Nuxt... all of the big full-stack frameworks of the last 10 years have made the same exact bet on coupling server+client into a single isomorphic architecture... Now client-side SPAs are making a comeback and they can't adapt. Expect to see more of this.



jboada 已轉發

Paste JSON As Classes in Visual Studio 🔥 #dotnet Not a lot of devs are aware of this feature in VS but it's super useful and is available from the Edit menu. p.s. I've raised a feature request on the VS community site to allow us to control the output a little more. Link in…

Dave_DotNet's tweet image. Paste JSON As Classes in Visual Studio  🔥
#dotnet

Not a lot of devs are aware of this feature in VS but it's super useful and is available from the Edit menu.

p.s. I've raised a feature request on the VS community site to allow us to control the output a little more.
Link in…

jboada 已轉發

.NET: How to Configure JsonSerializerOptions Correctly in a Builder ServiceCollection by @jaliyaudagedara jaliyaudagedara.blogspot.com/2025/01/net-ho… #aspnetcore

aspnetcore_news's tweet image. .NET: How to Configure JsonSerializerOptions Correctly in a Builder ServiceCollection by @jaliyaudagedara jaliyaudagedara.blogspot.com/2025/01/net-ho… #aspnetcore

jboada 已轉發

In the latest episode, Daniel Roe shares what @vuejs Vapor could look like and how it could be used together with other frameworks, such as @sveltejs 👀 "Real" framework interoperability coming soon? Link to the full episode below 👇


jboada 已轉發

¡SORTEO de Teclado Keychron K3! Con luces RGB y con Switches Red o Brown. ¿Cómo participar? → Like y RT a este post → ¡Sígueme! ✓ Participación abierta a todo el mundo ✓ Resultado el viernes 6 de diciembre ✓ Envíos internacionales

midudev's tweet image. ¡SORTEO de Teclado Keychron K3!
Con luces RGB y con Switches Red o Brown.

¿Cómo participar?
→ Like y RT a este post
→ ¡Sígueme!

✓ Participación abierta a todo el mundo
✓ Resultado el viernes 6 de diciembre
✓ Envíos internacionales

jboada 已轉發

.NET 9 introduces a new Base64Url type. The existing Convert.ToBase64String method can produce a string with '/', '+', or '=' characters. They are not safe for URLs because they have special meanings in URLs. The Base64Url helper produces the string without these characters.

okyrylchuk's tweet image. .NET 9 introduces a new Base64Url type.

The existing Convert.ToBase64String method can produce a string with '/', '+', or '=' characters. They are not safe for URLs because they have special meanings in URLs.

The Base64Url helper produces the string without these characters.

jboada 已轉發

.NET 8 is the best platform for microservices. Here's why: 𝟭. 𝗥𝗲𝘀𝗶𝗹𝗶𝗲𝗻𝘁 𝗮𝗽𝗽 𝗱𝗲𝘃𝗲𝗹𝗼𝗽𝗺𝗲𝗻𝘁 Microservices need to deal with transient failures all the time. .NET 8 adds standard resilience strategies out of the box. 𝟮. 𝗖𝗼𝗻𝘁𝗮𝗶𝗻𝗲𝗿 𝘁𝗼𝗼𝗹𝗶𝗻𝗴 If…

julioc's tweet image. .NET 8 is the best platform for microservices.

Here's why:

𝟭. 𝗥𝗲𝘀𝗶𝗹𝗶𝗲𝗻𝘁 𝗮𝗽𝗽 𝗱𝗲𝘃𝗲𝗹𝗼𝗽𝗺𝗲𝗻𝘁
Microservices need to deal with transient failures all the time. .NET 8 adds standard resilience strategies out of the box.

𝟮. 𝗖𝗼𝗻𝘁𝗮𝗶𝗻𝗲𝗿 𝘁𝗼𝗼𝗹𝗶𝗻𝗴
If…

jboada 已轉發

ASP .NET Core SignalR New Features — Summary by @alperebicoglu abp.io/community/arti… #aspnetcore

aspnetcore_news's tweet image. ASP .NET Core SignalR New Features — Summary by @alperebicoglu abp.io/community/arti… #aspnetcore

jboada 已轉發

Starting with #dotNET 9, we no longer include an implementation of BinaryFormatter in the runtime. Here's what you need to know. 📖 msft.it/6014mp5vK

dotnet's tweet image. Starting with #dotNET 9, we no longer include an implementation of BinaryFormatter in the runtime. Here's what you need to know. 📖 msft.it/6014mp5vK

jboada 已轉發

❗ "Don't throw exceptions, use a result pattern instead!" is in my opinion a bad advice. What's a better approach? Join me tomorrow, Sunday 22 at around lunch time CET for a video in which I explain what I mean by this! ✅ Make sure to subscribe to my YouTube channel to not…


jboada 已轉發

Lights on! How to disable dark mode completely.

primevue's tweet image. Lights on! How to disable dark mode completely.

jboada 已轉發

Most C# coding standards recommend using camelCase for local variables and _camelCase for private or internal fields. Unfortunately, out of the box Visual Studio just uses camelCase for these fields. bit.ly/49ef3g5 #VisualStudio #CleanCode

ardalis.com

Configure Visual Studio to Name Private Fields with Underscore

null


jboada 已轉發

HOSTINGs para tu BASE de DATOS sin pagar nada Las mejores opciones disponibles a día de hoy ↓ NEON TECH 〉 PostgreSQL 〉 500MB de almacenamiento 〉 Basese de datos ilimitadas sin coste → neon․tech MONGODB ATLAS 〉 500 MB de almacenamiento 〉 Backups automáticos 〉 Interfaz…


jboada 已轉發

Image crossfade on scroll with CSS ✨ img { animation: fade; animation-timeline: view(); mix-blend-mode: plus-lighter } img:last-of-type { animation-direction: reverse; } @​keyframes fade { to { opacity: 0; }}


jboada 已轉發

NuelUzoma/CSharp-Backend: A project showcasing the development of a backend application using C# and ASP .NET Core, utilizing Entity Framework and PostgreSQL for database operations. by @0xnuel github.com/NuelUzoma/CSha… #aspnetcore

aspnetcore_news's tweet image. NuelUzoma/CSharp-Backend: A project showcasing the development of a backend application using C# and ASP .NET Core, utilizing Entity Framework and PostgreSQL for database operations. by @0xnuel github.com/NuelUzoma/CSha… #aspnetcore

I haven't check the library. However it could be a helpful one.

Learn how to detect when users open DevTools in their browser with the devtools-detect library. Strengthen your web app's security and insights. { author: @SH20RAJ } #DEVCommunity #JavaScript dev.to/sh20raj/detect…



jboada 已轉發

My favorite tool to handle package managers.

📦 antfu/ni now supports interactive mode for install/uninstall, thanks to gearonix! github.com/antfu-collecti…



Loading...

Something went wrong.


Something went wrong.