Published

- 1 min read

Life Updates and Thoughts, July 2022

July 2022 marks roughly an year of learning HTML/CSS and Javascript. I'm now working at a startup as a software engineer and doing decent. This comes after close to 50 rejections and almost a 100 attempts.

img of Life Updates and Thoughts, July 2022

Let’s start

What am I working on right now?

  • I am currently working with Javascript to build a product. The backend Javascript framework that we’re using is KoaJS, which is pretty similar to Express since they were created by the same team. With Koa we’re mainly using the routing library and the Nunjucks templating engine to build our frontend.
  • We’re using PostgreSQL as our database.