Home
About
Books
SK blog
Rapture in Everything
Posts tagged "programming"
2022 May 14
2022 May 14
Making a Joplin API in C#
My new Joplin API for C# is very much incomplete; but it still can do useful things. I use it to create and update notes....
programming
personal stack
joplin
2022 Apr 12
2022 Apr 12
Made a new web template for .Net and Vue
To make Obskurnee, I had to set up a lot of things to get the desired stack. Here it is: feel free to rip off whatever strikes your fancy....
programming
dotnet
open source
2022 Jan 23
2022 Jan 23
Generate a query from an Expression in C#
I'm trying to generate a query string based on a C# expression. Even a few lines of code yield sufficient results....
programming
dotnet
2022 Jan 05
2022 Jan 05
The simplest Matrix 'chatbot' base in C#
Rather than spending a ton of time figuring out what the issues were with existing libraries, I'd decided to write a simple class of my own. It only does one thing, though; if you came here for a fully-featured SDK, you won't find it....
programming
matrix
dotnet
2021 Nov 22
2021 Nov 22
C# keeps getting better! Probably!
I've discovered C# and Python around the same time. I think C# 3 was new then, which places it... some 14 years ago. (😱😱🤯) Over the years I've used both, for hobby projects as well as professionally (Python professionally only a little, though.) I tended to use C# for more complex projects (like the book club app, Obskurnee [https://zblesk.net/blog/tag/obskurnee-book-club/]) and Python for simpler stuff (such as csv-to-sqlite [https://zblesk.net/blog/tag/csv-to-sqlite/]), one-off scripts and...
tech
programming
dotnet
Older