askar.dev

moon indicating dark mode
sun indicating light mode
Hi 👋🏻, I'm Askar - Software Developer from Munich
I'm currently working with Typescript/React/NodeJS, learning Elixir and some Ops

How to configure Tailwind CSS to have small size in Phoenix application

April 04, 2020

Tailwind CSS is utility first css framework. It is very useful, once the initial learning curve is crossed over. However, one of the biggest…

Preparing droplet for phoenix app deployment

April 01, 2020

Droplet and user creation Set up ssh key access add user adduser web add newly created user to sudoers group usermod -aG sudo web make…

Using Elixir with VS Code

May 15, 2019

I've been learning Elixir, and working on some side projects. My editor of choise is VSCode, and although I started somewhat seriously…