"The real danger is not that computers will begin to think like men, but that men will begin to think like computers"
|
—Â
Sydney Harris,
Journalist
|
|
|
|
|
Have you ever needed to install and manage your own relational database? If you did, you know it's always a pain to get scalability and backups right. Even with services like RDS, there is always a lot to configure and it can get very expensive for a casual user! Aurora is fully serverless SQL alternative (compatible with Postgres and MySQL) that promises to take away all this pain and have serverless scalability and pricing. With v2 being generally available we are very excited to see how this can improve our developer experience!
|
|
|
|
You may not think about images as part of your web dev work, but they can affect your web app's performance more than any other part of your code. This article explores some of the most common image optimization techniques that you can (and should!) use on the web!
|
|
|
|
We are big fans of Carbon when it comes to create nice pictures to share code snippets on social media. Chalk.ist is a new take which promises even better results and more configuration options!
|
|
|
|
This article is a very interesting piece of research! Have you ever wondered what happens when you load an SVG with an editing software and save it again (without changes)? You might expect your SVG not to change, but in reality almost every software will change a lot of things, including coordinates precision! If that sounds scary, you should check this article out for more details!
|
|
|
|
A new major version of Node.js is out and this one comes with a bang 💥 There are a few new additions that we are particularly excited about: native fetch support (experimental) and built-in test runner (also experimental). But also Web Streams API is here! Check the official release notes for more details and examples!
|
|
|
|
OK, I am sure you are wondering what Set Theory has to do with TypeScript... well, actually a lot! This article will show you how does set theory help to understand type assignability and resolution in TypeScript! Worth checking it out if you are trying to strengthen your understanding of type theory and TypeScript!
|
|
|
|
We had a lot of fun joking about 10x engineering lately. But let's take the topic a little bit more seriously now. Our friend Tim McNamara (author of the awesome book Rust in Action) just released a beautiful essay that shows that It’s actually okay to be a 1x programmer... or even a 0.7x programmer!Â
|
|
|
Â
|