Edwin Mak

Edwin Mak @edwinthinks

About: An aspiring artist using code as another medium for creation. I am currently a software developer in an EdTech company focused on improving communication in the workplace. I work heavily in Ruby!

Location:
New York / Bogotá, Colombia
Joined:
Mar 2, 2019

Edwin Mak
articles - 13 total

Skip turbo broadcasting to speed up seeding process in Rails

If you use the turbo broadcasting in your callbacks & seed your database with records, you may want to disable turbo broadcasting to speed the seeding process up significantly.

Learn More 2 0Nov 24 '22

How to find and identify a great mentor for me?

Hello DEV.to, I am currently looking for a mentor to guide & facilitate my growth as a technical...

Learn More 6 2Jan 29 '20

How to safely drop a deprecated database table

Stop! Do not immediately drop a table because it appears unused or deprecated! I have a safer process for dropping deprecated tables that is less dangerous and mitigates issues! Dropping a table can be very dangerous.

Learn More 12 2Jan 11 '20

A hilarious game to illustrate why UX is important!

An amazing browser game that shows just how important UX is by doing it really bad.

Learn More 5 0Jul 8 '19

Sprinkling StimulusJS - Light JS Without Heavy Choices.

A dive into using StimulusJS on when it is suitable to use and my experience with it.

Learn More 10 0Jul 7 '19

Explain Selenium & Webdrivers Like I'm Five

Hey there! I've been interested lately in applying end-to-end tests to my web application. I've seen...

Learn More 5 2May 12 '19

Enhance your PostgreSQL practice on MacOSX with Postico

Make playing with your database easier and less annoying with Postico. A quick review of why I think Postico is great for beginners and basic users.

Learn More 6 0May 7 '19

Convert YAML column data to JSONB in Rails and Postgres

A quick guide to show you how to migrate your YAML column + data to JSONB using Rails & Postgres.

Learn More 20 1May 5 '19

Seeking suggestions for leveling up web design skills

Hello DEV community, I am seeking to level up my abilities as a designer to be able to boost my...

Learn More 11 10Apr 29 '19

Explain Required Sign In Forms For Wifi Access Like I'm Five

Hello there! I've always wondered how some wifi connections require you to sign in or fill out a...

Learn More 10 10Apr 26 '19

Rituals before bed for better work life balance & sleep

Hey Community! I've been having issues with keeping my mind free from thoughts about work while...

Learn More 8 8Apr 25 '19

The Useful & Hidden '_' Command In IRB

This article goes over the utility of the lesser known command '_' IRB command. This can boost your productivity in an unexpected way!

Learn More 13 5Mar 7 '19

Structured RSpec For Ruby & Rails

A dive into my methods and thoughts for creating specs with ease for Ruby projects and some common Ruby On Rails patterns.

Learn More 30 0Mar 3 '19