Svelte (some might say SvelteJS, but officially just “Svelte”), currently in its third revision, is a front end framework in the same vein as React, Vue.js, or Angular. It’s similar in that it helps you paint pixels on a web page. It’s different in a lot of other ways.
By Hayden James.
Good compilation of Linux networking commands and scripts.
This article discusses the idea of using functional programming to enrich object-oriented programming in C#.
In physics, Feynman tells us that you cannot memorize formulas. You can't just go to the book, memorize formula, learn to apply it. There's too many of them. Instead, we need to learn about the relationships between the formulas. Derive them for yourself when they're needed.
This article discusses functional programming in C# through algebra, numbers, Euclidean plane and fractals.
Lauri Taimila:
... useful for other developers struggling to map the high-level concepts of SOLID, DDD and architecture into an actual code.
Besides the "basic" commands of Git, everyone has their own little Git tricks they use. I wanted to quickly write a list of my own which I tend to alias in my
.gitconfig.
Or: how to develop a product without developing a product...
Here are 10 types of MVP followed by some successful examples of how they were deployed by famous companies.
... A challenging exploration of user interactions and design patterns