Deno vs. Node – Just the Differences

Whats different between Deno and Node?Both Node and Deno were designed by the same person - Ryan Dahl. Ryan created node in 2009, a long time ago, before several crucial Javascript functions were introduced. Since that time he has expressed regrets about the way Node was designed … | Continue reading


@crunchskills.com | 4 years ago

Show HN: Tasty Short and sweet router for Deno web server

Many moving to Deno will be surprised to find they can't simply bootstrap an express web server in Deno. But, Deno offers a similar (and much improved) web server that is equally simple to stand up. Because of this we introduced 🍦 tasty! - A simple routing framework to se … | Continue reading


@crunchskills.com | 4 years ago

Deno web server and API Tutorial

Tutorial how to setup a quick API with Deno, with a SQLite database | Continue reading


@crunchskills.com | 4 years ago

Google Interview Questions for Software Engineering Roles

If you are an engineer or would-be engineer looking to snap up a position at Google, you may want to take some time to study the most common Google interview questions. In this post, we will visit some of the most common questions they ask during phone screens, and further | Continue reading


@crunchskills.com | 4 years ago

Merge sort explained in 3 minutes

Merge sort is one of the most beautiful and simplest algorithms. Its very short and at the same time very powerful because of its O(n * log n) speed. | Continue reading


@crunchskills.com | 4 years ago

The most important data structure for tech interviews

They come up in most if not all coding interviews, because they are essential to any performant software. You might know them by other higher level siblings names like dictionaries, maps or vectors. | Continue reading


@crunchskills.com | 4 years ago