Some are claiming that programming is going to be automated completely by AI in the near to long term future.
When making a game you usually want to preserve an aspect ratio regardless of the size of the player's screen. This is called letterbox scaling.
Social media apps and website are addictive and cause a bunch of societal issues. I thought it would be fun to imagine what a less addictive social-media website based on text would look like. Embark with me on this thought experiment.
An issue I had when making canvas based projects is that I always get slightly blurry/jagged text which is very annoying to deal with. Here is a simple solution to use when working with the PixiJS library.
This comic tells the story of a guy struggling to make his blog responsive until a friend teaches him a cool CSS trick.
Making games in JavaScript is often very simple (Assuming you don't use web bundlers). However, packaging those games into desktop apps you can sell is quite complicated.
This post attempts to teach programming to absolute beginners using the Python programming language which is known for its beginner friendliness.