Coding Journal

My journey to become a Full Stack Developer

cover image

This article is 2nd of Let's learn Django together in which we created a virtual environment and started a simple Diary project.

At one point, we would like to make our …

Read More
cover image

Learn Django with me (part 1)

Dec. 8, 2022, 4:49 p.m.

I was fascinated by Django sometime ago. Then I started to learn fronted frameworks and didn't have time for Django. Now I want to refresh my Django knowledge and …

Read More
cover image

Functions. Learning Go - part 3.

June 7, 2022, 8:32 p.m.

My today’s subject is functions. 
Functions are the core of programming in Go. 

1. We can declare our own functions and call them in every place in the package.

Read More
cover image

Learning Go - day 2

May 22, 2022, 9:35 p.m.

I should rather title it - part 2 not day 2 because I learned all those things in one day but it took me 4 days to write those notes …

Read More
cover image

Learning Golang - day 1

May 21, 2022, 7:25 p.m.

I just decided to start learning Go again. I was learning it a bit last autumn, but then I had a very rough time in my personal life and also …

Read More
cover image

Pill Tracker - new project (part 1)

June 13, 2021, 10:13 p.m.

This going to be a pretty small app. Firstly I want to create it in React.js and then recreate it in React Native. I need a mobile version more …

Read More
objects are not valid as a React child

Last time I stopped at the point where I wanted to add data about all cases, deaths and so on. It seemed to be an easy task. I had …

Read More
How to create tables with  React Table library - Covid Map project day 4.

In this series of posts, I'm describing my learning process while creating a React project. I'm quite awful at learning from courses and my preferred method is coming up …

Read More
covid map react project day 3

Covid Map - React project - day 3

May 1, 2021, 8:29 p.m.

Last time I was writing about fetching the data from one API using a custom useFetch hook.
Part 2: Covid Map React Project Day 3
It was …

Read More
covid map react project day 2

Covid Map - React project - day 2

April 25, 2021, 9:42 p.m.

Yesterday I started a project using React, Leaflet.js and Open Disease Data API. In this series, I'm writing about things I'm doing and problems I'm encountering while creating this …

Read More