Coding
RFC: Enums
YES PLEASE. I constantly find myself, day after day, in situations where I wish enumerators were a thing. They prevent so many issues, they make code so much more legible. You can get by with Read more…
YES PLEASE. I constantly find myself, day after day, in situations where I wish enumerators were a thing. They prevent so many issues, they make code so much more legible. You can get by with Read more…
How do read models work in event sourcing? My current understanding is as follows: Command gets executed, triggering multiple events Events are propagated to event store Events are published to subscribers, including read model stores Read more…
Learn Development at Frontend Masters I had a unique requirement the other day: to build a layout with full-bleed elements while one element stays stuck to the top. This ended up being rather tricky to Read more…
Hello, Im having issues with generating appearance streams for FreeText annotations such as textbox and typewriter annotations. Can anyone help me to generate these? Help would be much appreciated. Here is how I generate the Read more…
I am going to build something like this but I hesitate with choice of technologies stack. I’m not sure if such stack is really good for my project (especially database and backend) so I would Read more…
A lightweight and fast sortable table jQuery plugin that allows for quick sorting of table columns by clicking header cells. Demo Download source
zephyr_p – stock.adobe.com Since it was first observed in September 2020, the newly emergent Egregor ransomware has indiscriminately targeted organisations on a global scale and defenders should be alert to this particularly dangerous new strain, Read more…
bf87 – stock.adobe.com The UK government’s National Cyber Security Centre (NCSC) is today launching a major advertising campaign incorporating its Cyber Aware guidance to raise awareness of online retail fraud and protect consumers shopping online Read more…
Which one is better practice to use? Or no difference? no comments yet Be the first to share what you think! C# devs null reference exceptions source
I’ve started building a project and I tried to make a method which would output data from a string variable into a tab page on a form application. I am trying to keep my code Read more…