Tag: archive

Frustrations with Node.js

Dev

Frustrations are not limited to Node.js by any means. However, there are two prominent frustrations that I want to explain. Read more here.

Kasra Khosravi
May 8, 2020 ⋅ 8 min read
Deno 1.0: What You Need to Know

Deno 1.0: What you need to know

Dev

Deno, a general-purpose JavaScript/TypeScript programming environment set for release on May 13, brings together many of the best open-source technologies and offers a comprehensive solution in one small executable file.

David Else
May 6, 2020 ⋅ 14 min read
The How-to Guide To Microservices For Startups

The how-to guide to microservices for startups

Dev

Contrary to popular belief, startups can use microservices. And it’s not as difficult or as complicated as you might have thought.

Ashley Davis
May 5, 2020 ⋅ 6 min read

React concurrent mode

Dev

Learn how to use React concurrent mode to enable an amazing user experience.

Florian Rappl
Apr 30, 2020 ⋅ 6 min read
How to Build a Dice Roller in Rust

How to build a dice roller in Rust

Dev

If you’re an experienced programmer who is new to Rust — better yet, if you’re a fellow D&D nerd — check out this tutorial on how to create a web service that rolls virtual dice.

Zach Mitchell
Apr 29, 2020 ⋅ 8 min read
An SEO Approach To Async Components With loadable-components

An SEO approach to async components with loadable-components

Dev

Learn how to overcome the SEO implications of loading components asynchronously using loadable-components.

Yomi Eluwande
Apr 23, 2020 ⋅ 4 min read
How to Write CRaP Rust Code

How to write CRaP Rust code

Dev

We Rustaceans like our code to be CRaP. That is, correct, readable, and performant. Learn how investing in the readability of your code upfront can unlock myriad speed, flexibility, and productivity gains.

Andre Bogus
Apr 22, 2020 ⋅ 7 min read

APIs that are missing from the web

Dev

In this article, we will be taking a look at APIs missing from the web (and PWAs) as of today, that are available to native apps.

Anjolaoluwa Adebayo-Oyetoro
Apr 21, 2020 ⋅ 6 min read
The JavaScript logo against a lined background.

Implementing built-in JavaScript methods from scratch

Dev

Want to know how to implement common built-in JavaScript methods from scratch? This post shows you how to better prepare you for interviews and help you use JavaScript like a pro.

Akshar Takle
Apr 20, 2020 ⋅ 3 min read

How using bundle-wizard can help you build faster web apps

Dev

When we visit your web app for the first time, what code will we download? If you’re not quite sure of the answer, you’re not alone. Learn more about how bundle-wizard can help.

Alex Holachek
Apr 15, 2020 ⋅ 6 min read

What’s new in Ember Octane

Dev

In its latest release Ember Octane, introduced as Ember 3.15, comes with a lot of features and provides updates to Ember’s components and reactivity system. Learn more here.

Anjolaoluwa Adebayo-Oyetoro
Apr 14, 2020 ⋅ 4 min read
a comparison post about Vue UI libraries

Comparing the web page designs of three Vue UI libraries

Dev

Are you design-challenged? These three Vue UI libraries may help you easily improve the look of your web pages.

Raymond Camden
Apr 9, 2020 ⋅ 16 min read