Coding Journal

My journey to become a Full Stack Developer

how to add unique meta tags for each article in Django

How to add unique meta tags in Django?

April 19, 2021, 8:28 p.m.

Today I'm going to continue the subject of meta tags. I'll be talking about two things:

1. what meta tags we need to create Twitter Cards

Read More
cover image

What are metadata and meta tags?

April 18, 2021, 7:34 p.m.

What is metadata?

Metadata is  data about data. It means that it's usually a short description or summary that describes the content. 

When we …

Read More
cover image

Django CRUD project tutorial

Nov. 27, 2020, 8:53 p.m.

In this series of blog articles, I want to describe how to create a simple CRUD Django project similar to My diary app: https://diary-by-makneta.herokuapp.com/. I'm going to describe the process …

Read More
cover image

How to create a popup box part 1

June 12, 2020, 3:30 p.m.

Recently I have built a small pop up box that can be used as a contact form. I created it using HTML, CSS and a bit of JavaScript.  

You …

Read More