Working with the File System in Deno

6-trends-in-the-it-support-industry-for-2021-and-beyond

In this article, we’ll build on our introduction to Deno by creating a command-line tool that can search for text within files and folders. We’ll use a range of API methods that Deno provides to read and write to the…

Using Custom Elements in Svelte

using-custom-elements-in-svelte

Svelte fully supports custom elements (e.g. <my-component>) without any custom configuration or wrapper components and has a perfect score on Custom Elements Everywhere. However, there are still a few quirks you need to watch out for, especially around how Svelte…

Build a Photo-sharing App with Django

6-trends-in-the-it-support-industry-for-2021-and-beyond

Django is the most-used Python framework for web development. Its built-in features and robust structure make it an excellent option when building web applications. But there are so many resources out there that it’s sometimes overwhelming to apply that knowledge…