• In this post I'm going to explain how to create your own middleware in Chi, how to get the values from route handlers and other middlewares. And give some context of how the Chi library is used

    Posted on 15 Jul, 2021 | 2 min read
  • In this post I'm going to explain how to make a custom cursor that inverts the color of the content it's covering.

    Posted on 15 Jul, 2021 | 2 min read
  • In this post I'm going to explain how to make a multistage golang docker for a http server in order to serve static files

    Posted on 12 Jul, 2021 | 2 min read
  • In this post I'm going to explain how to run a .exe without opening a prompt and how to make it run from the startup

    Posted on 11 Jul, 2021 | 1 min read
  • Tutorial on how to create a chrome extension that injects code into a site

    Posted on 3 Jul, 2021 | 1 min read
    js
  • In this post I'm going to give my opinion on Github Copilot and how it affects programmers in different stages of learning

    Posted on 2 Jul, 2021 | 2 min read
  • In this post I'm going to explain how I combined useState and useContext in Reactjs in order to be able to mutate it from any part of the application

    Posted on 30 Jun, 2021 | 2 min read
  • In this post I'm going to explain how to prevent an SQL Injection and show an example of a vulnerable app in expressjs

    Posted on 31 Mar, 2021 | 4 min read
  • In this post I'm explaining a use case of stacks and how did I made a braces validator with JavaScript

    Posted on 19 Mar, 2021 | 2 min read
    js
  • In this post I'm going to explain how to use reactive variables in Svelte and how can they be useful.

    Posted on 13 Mar, 2021 | 2 min read
  • In this post I'm going to explain why do I use Quokka.js for prototyping

    Posted on 11 Mar, 2021 | 1 min read
    js ts
  • In this post I'm explaining how to create a secure iframe in easy steps.

    Posted on 8 Mar, 2021 | 2 min read
  • In this post I'm explaining how to adjust the font-size to fit a div with JavaScript

    Posted on 5 Mar, 2021 | 2 min read
    js
  • A tutorial of how to namespace chrome.storage for making it dependant on the current page

    Posted on 3 Mar, 2021 | 3 min read
    JS
  • A small article on how to use prefers-color-sheme and :root for making a simple dark mode implementation

    Posted on 3 Mar, 2021 | 1 min read
    css
  • Github Pages is a top-notch way of hosting you static site. To improve SEO you should add a custom domain. I'll show you how.

    Posted on 2 Mar, 2021 | 1 min read
  • Have you ever seen Twitter links that have a preview to the content? I'll show you how to do them

    Posted on 1 Mar, 2021 | 3 min read
  • In this post I explain the stack I use to run this site and the things I noticed in the process

    Posted on 28 Feb, 2021 | 2 min read