"It would appear that we have reached the limits of what it is possible to achieve with computer technology, although one should be careful with such statements, as they tend to sound pretty silly in 5 years"
|
—Â
John Von Neumann,
Computer Scientist
|
|
|
|
|
Snyk's Liran Tal gets the spotlight again with this fantastic blog post that discusses strategies for choosing the best node.js Docker image. It's very easy to make your app vulnerable by just picking the wrong image or by not pinning its version. If you ship Node.js containers to production and you like to sleep at night, this is a must-read!
|
|
|
|
A very interesting article by DataDog where they analyze trends in the implementation of security best practices and took a closer look at various types of misconfigurations that contribute to the most common causes of security breaches. Another security article that is well recommended if you use AWS.
|
|
|
|
I always encourage devs to get out of their comfort zone and try new programming languages, especially the ones that are radically different from the ones they know already. You don't need to become an expert in all programming languages, but understanding different paradigms can really change the way you think about coding, for the better!
|
|
|
|
A couple of issues ago we had an article about how to build a game in JavaScript from scratch and we also mentioned Kaboom.js. If you like this kind of content, you should also know about melonJS, an open-source HTML5 game engine that comes with a lovely UI!
|
|
|
|
If you are loving content related to making games in JavaScript, here's an incredible case study: the history of Gravepassing, one of the games competing for js13kgames 2022. Yes, that means that the entire game is less than 13kb, assets included!
|
|
|
|
Best practices and guidelines for working with AWS CDK, learned from using AWS CDK, from development to production over the past 3 years.
|
|
|
|
Oftentimes in the past, I needed to figure out how to add styles to all elements inside the container but not the hovered one. This article shows how to do exactly that by using the new CSS :not pseudo-selector.
|
|
|
Â
|