@maartenballiauw@mastodon.online
@maartenballiauw@mastodon.online avatar

maartenballiauw

@maartenballiauw@mastodon.online

Loves web, HTTP, C#, Azure and application performance. Developer and Advocate at #JetBrains. Founded www.speaker.travel. Frequent speaker. Opinions are my own.

This profile is from a federated server and may be incomplete. Browse more on the original instance.

maartenballiauw, to random
@maartenballiauw@mastodon.online avatar

Not sure the "caps are always attached to plastic bottles to prevent rogue plastics" EU regulation outweighs the "I spilled and need to clean up the kitchen with fresh water once again, stupid attached caps!" water usage...

maartenballiauw, to dotnet
@maartenballiauw@mastodon.online avatar
maartenballiauw, to random
@maartenballiauw@mastodon.online avatar

This is a test

maartenballiauw,
@maartenballiauw@mastodon.online avatar

Well this works... or does it?

maartenballiauw,
@maartenballiauw@mastodon.online avatar

@khalidabuhakmeh was silently hoping for basic Markdown

oskardudycz, to random
@oskardudycz@hachyderm.io avatar

Event-driven systems are famous for immutability, and #GDPR is famous for data removal. Does that mean that event-driven systems cannot be compliant with privacy rules? Can we remove data in Event Sourcing?

Yes, to both!

https://event-driven.io/en/gdpr_for_busy_developers/

Data governance practices are, unfortunately, not discussed enough in event-driven systems. People treat events more like freehand drawing, sometimes as mesh, but ending too often with a mess instead.

1/

maartenballiauw,
@maartenballiauw@mastodon.online avatar

@khalidabuhakmeh @oskardudycz it's really a talk I'd someday like to build. MVC and a database get you pretty far in so many cases.

maartenballiauw,
@maartenballiauw@mastodon.online avatar

@khalidabuhakmeh @oskardudycz one of the things I Aspire!

maartenballiauw, to windows
@maartenballiauw@mastodon.online avatar

Blogged: Test-Driving 11 Dev Drive for .NET

🔍 What is and ReFS?
🧪 Trying it out for various scenarios
➡️ , , @JetBrainsRider, and more

https://bit.ly/3GcOPhU

maartenballiauw, to random
@maartenballiauw@mastodon.online avatar

Talking with an attendee at #UpdateConference Prague about IDE support for the Whitespace language and started working on it (https://en.wikipedia.org/wiki/Whitespace_(programming_language)).

Happy to report I got syntax highlighting and error reporting working, here's a screenshot of it in action!

maartenballiauw, to windows
@maartenballiauw@mastodon.online avatar

Blogged: Test-Driving 11 Dev Drive for .NET

🔍 What is and ReFS?
🧪 Trying it out for various scenarios
➡️ , , , and more

https://bit.ly/3GcOPhU

devlead, to random

This annoys me more than it should...

maartenballiauw,
@maartenballiauw@mastodon.online avatar

@rachelappel @devlead For 4 years now I get a daily e-mail from Skype saying I have unread messages. When opening the app, there's no unread messages. here's also no way to turn off the notification e-mail. Went through all stages of grief and now accepted this.

maartenballiauw, to dotnet
@maartenballiauw@mastodon.online avatar

Someone was asking me about concurrency today, and that reminded me of this post I did a while ago on channels in #dotnet:

⏩ Producer/consumer pipelines with System.Threading.Channels

https://bit.ly/49GCu3c

maartenballiauw, to dotnet
@maartenballiauw@mastodon.online avatar

Entity Framework updates in #ReSharper 2023.3 👍

🗺️ Visualize Entity Framework Relationships (ERD)
🔍 Additional query analysis/inspections

Find out more in this latest post by yours truly ➡️ https://jb.gg/izf0hb

#dotnet #efcore #EntityFrameworkCore

joaofbantunes, to sveltejs
@joaofbantunes@mastodon.social avatar

@khalidabuhakmeh, @maartenballiauw if I'm building an application with a SPA frontend (#SvelteJS in this case) and a #DotNet backend, is there any advantage in using WebStorm for the front and Rider for the back, or if I open everything in Rider I get the same experience?

maartenballiauw,
@maartenballiauw@mastodon.online avatar

@joaofbantunes @khalidabuhakmeh Same experience. The main difference is in entry points to functionality, one is a bit more .NET focused, other more web focused (e.g. in project templates)

davidwengier, to random
@davidwengier@aus.social avatar

Really good episode of @breakpointshow this week.

@maartenballiauw you should check out the ExperimentalAttribute in .NET 8, if you haven't seen it yet.

https://mastodon.social/@breakpointshow/111377994099564832

maartenballiauw,
@maartenballiauw@mastodon.online avatar
maartenballiauw, to blazor
@maartenballiauw@mastodon.online avatar

The recording of our stream with Scott Sauber and @khalidabuhakmeh is up!

📺 Test Driven Development with

If you missed it, go check it out here 👉 https://jb.gg/un2ukm

maartenballiauw, to CSharp
@maartenballiauw@mastodon.online avatar

Blogged: Provide opt-in to experimental APIs using #csharp 12 ExperimentalAttribute

🧪 Mark your methods/classes experimental
✅ Require your users to opt-in to them

#dotnet

https://blog.maartenballiauw.be/post/2023/11/08/opt-in-to-experimental-apis-using-csharp-12-experimentalattribute.html

maartenballiauw, to webassembly
@maartenballiauw@mastodon.online avatar

Interested in how the #WebAssembly debugger works in #JetBrainsRider?

We just posted a good long-read about how IDE frontend for debugging #dotnet #Blazor #wasm is implemented:

https://jb.gg/xjuays

onthefencedev, to random
@onthefencedev@twit.social avatar

OK - how do I get to play nicely with the latest sdk?

My current client has decided to update some of the projects in the solution to net8 and commit to main 😲 - meaning that the devs are now having to run VS2022 Preview.

Now that's OK for them, but what about the Rider users? Well, we know it's possible as the Lead Dev runs Rider and he flipped the net8 switch and is at a loss as to why I can't build the updated app. I'm even running a newer version than him - help! 🙏

maartenballiauw,
@maartenballiauw@mastodon.online avatar

@onthefencedev If there's a global.json, make sure it's set to the latest preview. If not, you may want to check the MSBuild setting in Rider itself to see if it's also using the new toolset. Other option, try teh preview of vNext - www.jetbrains.com/rider/nextversion/

maartenballiauw,
@maartenballiauw@mastodon.online avatar
khalidabuhakmeh, to random
@khalidabuhakmeh@mastodon.social avatar

I made these graphics for our latest iteration of the #JetBrains guide, and I like how they turned out for each community.

I might pivot into graphic design work. 😅

I like the Python community one and the deconstructed Java Duke one.

maartenballiauw,
@maartenballiauw@mastodon.online avatar

@khalidabuhakmeh @joestead A half moon, showing the . is slowly but surely on the way out #dropTheDot

khalidabuhakmeh, to random
@khalidabuhakmeh@mastodon.social avatar

I'm so desperate to get something to work that I've resorted to restarting my laptop.

Its Just One Of Those Days Limp Bizkit GIF

maartenballiauw,
@maartenballiauw@mastodon.online avatar

@khalidabuhakmeh Windows is great!

maartenballiauw, to random
@maartenballiauw@mastodon.online avatar

Looking for a C++ Developer Advocate... If you know anyone interested, or you are interested yourself, would love to chat!

More info: https://www.jetbrains.com/careers/jobs/c-developer-advocate-1124/ #DevRel

khalidabuhakmeh, to random
@khalidabuhakmeh@mastodon.social avatar

I have a blog post backlog into next year (2024), so I can take the rest of the year off, right @maartenballiauw?

maartenballiauw,
@maartenballiauw@mastodon.online avatar

@khalidabuhakmeh You live in a country with weak labour laws, what do you think...

maartenballiauw,
@maartenballiauw@mastodon.online avatar

@khalidabuhakmeh Now get back to work

Get Back To Work GIF

  • All
  • Subscribed
  • Moderated
  • Favorites
  • JUstTest
  • mdbf
  • ngwrru68w68
  • tester
  • magazineikmin
  • thenastyranch
  • rosin
  • khanakhh
  • InstantRegret
  • Youngstown
  • slotface
  • Durango
  • kavyap
  • DreamBathrooms
  • megavids
  • tacticalgear
  • osvaldo12
  • normalnudes
  • cubers
  • cisconetworking
  • everett
  • GTA5RPClips
  • ethstaker
  • Leos
  • provamag3
  • anitta
  • modclub
  • lostlight
  • All magazines