Tech stack

Php

Php

PHP is a general-purpose scripting language especially suited to web development.

I encountered first PHP on my first job. This is the main programming language that we do anything. From Back-end to Front-end, everything is made with this. This is the language that solidified my understanding of OOP and some common practices that comes with API development and external API communication.

This is still the main language that I use everyday from 9-5.

React

React

React is an open-source, front end, JavaScript library for building user interfaces or UI components.

This is the Front End library that I know the most. From Context API, Hooks, Portals and much more. The the usable packages that go with it react-router, redux, styled-components, materia-ui, tailwindcss... and much more.

MySql

MySql

Apart from Graphql this is the main langauge I use to fetch data from relational databases. So far I have worked with mysql, mssql, mariadb and sqlite.

Python

Python

Python is an easy to learn, powerful programming language. It has efficient high-level data structures and a simple but effective approach to object-oriented programming.

Python is the go-to language for all the command line related programming that I want to do. From working with files to scrapping data from websites. The simplicity of its syntax and the possibility of moving complex computational problems to the c compiler is the best combination for fast development.

Python was my first scripting language that I truly liked.