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

jboada

@jboadadev

Systems Engineer Open for Remote/Freelancing Work.

Sabitlenmiş

Good morning everybody. Go and do something interesting!


jboada gönderiyi yeniden yayınladı
Mind_Essentials's tweet image.

jboada gönderiyi yeniden yayınladı

This is my website. Guess the stack!

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

jboada gönderiyi yeniden yayınladı

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 gönderiyi yeniden yayınladı

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 gönderiyi yeniden yayınladı
aspnetcore_news's tweet image. ASP .NET Core Middleware by @rjperes75 developmentwithadot.blogspot.com/2025/01/aspnet… #aspnetcore

jboada gönderiyi yeniden yayınladı

.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 gönderiyi yeniden yayınladı

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 gönderiyi yeniden yayınladı

¡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 gönderiyi yeniden yayınladı

.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 gönderiyi yeniden yayınladı

.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 gönderiyi yeniden yayınladı

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 gönderiyi yeniden yayınladı

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 gönderiyi yeniden yayınladı

❗ "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 gönderiyi yeniden yayınladı

Lights on! How to disable dark mode completely.

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

jboada gönderiyi yeniden yayınladı

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


jboada gönderiyi yeniden yayınladı

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 gönderiyi yeniden yayınladı

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; }}

jhey ʕ•ᴥ•ʔ tarafından

jboada gönderiyi yeniden yayınladı

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.


jboada gönderiyi yeniden yayınladı

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.