Web development for dummies: How to make a good website in HTML CSS and JS

Before jumping straight into an idea you may have had (e.g. a social media platform), there are a few things that you should think about or consider beforehand. You need to consider how you are going to structure, optimise, and maintain this website. You may also want to consider if it’s actually worth reinventing the … Read more

Loading

RIM vs Bitmaps

First of all, you may not know what RIM is. RIM stands for Choacury Raster Image, I designed to be like a Bitmap but basically better, specifically for the use in ChoacuryOS. Bitmaps have many limitations including them not including transparency by default. RIM however fully supports transparency. I made this utility called RIMTils, which … Read more

Loading

ChoacuryOS

What is it? ChoacuryOS (pronounced as coch-curry or /kʰɔx-ˈkÊŒr.i/) is an operating system made in C (and recently C++ for the GUI), I joined this around August 2024 and have been helping to develop it since.I am not the owner of this, just a developer on it. Check out the project owner: Pineconium (Pineconium). I … Read more

Loading

5 Questionable NPM Packages

person holding a red npm sticker

There are quite a number of questionable NPM packages on the NPM registry, but here are a few: 1: is-ten-thousand This has got to be the more ridiculous node module ever. It’s 249 lines long and imports 29 other node modules (Including jQuery). The whole point in the library is to return true if the … Read more

Loading

WTDawson Recipes

(This isn’t ready yet) WTDawson Recipes is a website that allows people to create and share recipes, as well as comment on them. Once published, it will be available at: https://recipes.wtdawson.info/

Loading