Rendering emails with Svelte

We recently rebuilt our whole email stack from scratch to improve the developer experience: we now have an instant feedback loop, leveraging a SvelteKit-powered dev server.

How to use Faker in Django

Faker is one of the Python libraries that helps you create fake data. This article will utilize Faker in Django to make some early data for our database. We'll start by configuring Faker with Django and then looking at producing data.

10 Tips for Beginners getting started with Django

Django is keen on adhering to the MVC (Model View Controller) convention that many frameworks follow. However, the framework is keen on working with its own control rules. Since the control you need when dealing with your Django apps is not isolated, Django is sometimes called an MVT application with the View component bridging the Model component and Template component of your apps.

“What is HTML” explained with examples

Is Html a programming language? It is easy to get confused thinking of HTML as a programming language, but the fact is HTML is a Hypertext Markup Language. It creates electronic documents (web pages) displayed on the World Wide Web (WWW). For not being a programming language, it does not have the capability to create dynamic functionality. HTML pages can be viewed by anyone connected to the internet.