Tech Notes

WepaDev

From Unit Testing to Dependency Injection

April 12, 2024

How dependency injection in Go can make your unit testing easier to work with

Read More
  • unit testing
  • go
  • refactor

It's Layoff Season Y El Cuerpo Lo Sabe

Nov 19, 2023

While everyone is preparing for Thanksgiving, I am yet again, dusting off my resume and reaching out to recruiters. The difference this year is, that I'm less stressed and felt prepared for a potential layoff.

Read More
  • Layoff

Tackling Form Submission: Overlooking the Simplest Solutions

Nov 1, 2023

When hitting enter goes wrong

Read More
  • HTML
  • Material UI

Counter Button Of Doom

Feb 13, 2023

I stumbled during a technical interview. "Using React, create a counter that increments on click and decrements every second."

Read More
  • Interview
  • React
  • WebApis

TailwindCSS & Next.Js Build Optimization

Jan 27, 2023

Next.Js will make sure that you have valid pages and that components under `/page` return an html structure or component.

Read More
  • nextjs
  • javascript
  • tailwindcss

Revisiting My Portfolio

Jan 22, 2023

The pains and takeaways of revisiting your personal portfolio.

Read More
  • gatsby
  • refactor
  • javascript

Building A New Product

Jan 13, 2023

Have an idea for an app? Use these strategies so that you can better define and plan out your idea.

Read More
  • product