mindly.social is one of the many independent Mastodon servers you can use to participate in the fediverse.
Mindly.Social is an English speaking, friendly Mastodon instance created for people who want to use their brains and their hearts to make social networking more social. 🧠💖

Administered by:

Server stats:

1.2K
active users

#code

43 posts27 participants0 posts today

Here are 5 simple code examples to get you started in CSharp!

Are you considering CSharp as you get started on your programming journey?

(Hint: The right answer is yes!)

If you're a beginner who's just getting started and want to see some simple code examples that cover some different aspects of CSharp, this is a quick read to check out!

Check out the article:
devleader.ca/2024/02/22/c-for-

#CSharp#DotNet#Code

I've spent the afternoon writing an EPUB format writer for @novelwriter. It now has all the meta data XML files and can dump raw text of the novel without text formatting, so that's very good progress.

Next is of course to make it also format the text itself for the pages.

It's an interesting format to work with, and like ODT and DOCX is rather messy. Like DOCX, I get the feeling it's been modified a lot too.

#Epub#Ebook#Writing

I’ve spent the afternoon trying to upgrade a React app to Node 18. 😮‍💨

It was built on create-react-app, which is now very much defunct. So turned to @vite. Slowly getting through it, but wow there’s some weirdness in here.

Moral of the story; stay on top of your projects, and their decencies!!