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…
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…
no comments yet Be the first to share what you think! C# devs null reference exceptions source
❥ Sponsor The Jamstack is a modern web development architecture based on client-side JavaScript, reusable APIs, and prebuilt Markup. The key aspects of a Jamstack application are the following: In this article, we will learn Read more…
no comments yet Be the first to share what you think! Members Online source
Hello, I’ve got a web service that has values in enums like so, its generated automatically: and I have a method that takes in string values to select the correct enum value like so: and Read more…