Blog

My personal Blog, I write about problems I've faced or new things I've learned.

  1. What makes a good dashboard

    • Front-end
    • React

    Some tips that I believe can improve the UX for a dashboard application (or any app).


  2. Getting the most out of vscode

    • vscode
    • Productivity

    A few vscode features and how I use them on a daily basis.


  3. Understanding how let declaration works in for loop

    • JavaScript
    • Closure

    You may have come across two code snippets comparing let and var declarations in for loop and the weird behavior of var... but is it really weird?


  4. Implementing an iterable linked list in JavaScript

    • JavaScript
    • Tutorial
    • +2

    Did you know that you can create your own iterable objects (can be used with spread operator (...)) in JavaScript?


  5. Blog posts you may want to read

    • General

    A list of blog posts that I've read and found them to be useful.