For some time the tech industry has been working on a simpler and safer alternative to passwords. While passwords will be with us for some time to come, they are often frustrating to remember and put you at risk if they end up in the wrong hands. With this announcement, Google is starting to roll out PassKeys, a new technology that provides passwordless logins.
This is a fantastic case study that showcases how to use CSS Grids and other modern CSS features to build a new responsive version of Vox News. Check it out if you are working on a content-heavy website and you are looking for some inspiration and best practices.
Packages published on npm can declare pre and post-install hooks, which are scripts that run, well, pre or post-install. That is to say, when the npm CLI installs a package, it also runs those scripts on your machine. What if these some of these scripts are "evil"?!
A detailed look at Rust's position within the web development space and what it can offer. I am betting we will see a lot more Rust in the web space in the coming years, and this article shares the same vision. Check it out if you are curious to find out more!
In this article, Sarah Oke Okolo explores the importance of Web Workers for multithreading on the web, including the limitations and considerations of using them and the strategies for mitigating potential issues associated with them.
Error handling is a fundamental aspect of programming. Unless you are writing “hello world”, you will need to handle errors in your code. In this post, the author discusses the most common approaches used by various programming languages.
Book of the week
The Go Programming Language
by Alan A. A. Donovan
The Go Programming Language is the authoritative resource for any programmer who wants to learn Go. It shows how to write clear and idiomatic Go to solve real-world problems. The book does not assume prior knowledge of Go nor experience with any specific language, so you’ll find it accessible whether you’re most comfortable with JavaScript, Ruby, Python, Java, or C++.