Coding
Happier HTML5 form validation in Vue
November 09, 2020 Some time ago, I wrote about the need for simple HTML5 form validation in ~6 lines of JavaScript. Well, I’m back on my bullshit, this time in a Vue 2/Nuxt application. I Read more…
November 09, 2020 Some time ago, I wrote about the need for simple HTML5 form validation in ~6 lines of JavaScript. Well, I’m back on my bullshit, this time in a Vue 2/Nuxt application. I Read more…
Hi there! I’m currently learning WPF / MVVM and I’m trying to do the following: – I have a view and a corresponding ViewModel. – This ViewModel has a List<int> with a set of values. Read more…
Maksim Kabakou – Fotolia The question of which is the best security toolset for an organisation out of security information and event management (SIEM) or security orchestration and event management (SOAR) is, in part, a Read more…
One small step towards generics (even if it’s only in IDE support) using psalm templates. How does it work? I use vscode One giant leap for development. I’d prefer they stay that way. A language Read more…
Me and a friend created an open source & cross platform library which gives you the ability to create & execute logical structures from C# objects at runtime. The original use case was to give Read more…
EDIT: How to access my project folder AFTER I have published my application? I want to access this file because I would like to edit it at runtime. I want something like this “{ProjectDirectory}{ResourcesFolder}{myResource.txt}” All Read more…
Learn Development at Frontend Masters Let’s take a look at how to combine the border-image property in CSS with animated SVGs that move around a border. In the process, we’ll cover how to hand-craft resizable, Read more…
Sergey Nivens – stock.adobe.com The Bank of England is working with a cloud development platform supplier to support its cloud development journey. Through a deal with Appvia, the UK financial services regulator’s development teams will Read more…
no comments yet Be the first to share what you think! C# devs null reference exceptions source
Hello, I’m a university student taking a subject on Garbage Collectors. And when we talked about the GC in .NET platform, he said there is not much published yet about the .NET compiler, but if Read more…