Tweet
Love that @Hookdeck gives you so many calls on a free account.

It has given be the ability to test like crazy over the last 4 months before bumping up to a paid account.

#buildinpublic #100daysofcoding
Anyone else have like a brain meltdown when doing like Codebryte assessments for job interviews?

Have an LD and it's like I can't figure out what the question wants.

Def just bombed.

#100DaysOfCode #BuildinPublic
#buildinpublic

Racked my brain for way too long but figured out a way to build xml sitemaps for my angular website.

Especially hard when you have almost 800K pages.
#BuildInPublic #100DaysofCode

Created an Uppy plugin + setup Sharp With Lamda to get rid of a $100 a month image upload + process SAAS service.
#buildInPublic #100DaysOfCode

The reason it needed to be a singleton is that if it wasn't, a new channel and connection was being opened up with every queue push, spawning a crazy amount of connections. Also means connections aren't opened and closed with every push.
#buildInPublic #100DaysOfCode

Took me way longer then I would like to admit to get a singleton working for Nodejs with RabbitMQ, but it is up and running now.

As per usual, shout out to @Hookdeck which is what I am using as the consumer. Was able to troubleshoot MUCH quicker.
#buildInPublic #100DaysOfCode

Took me way longer then I would like to admit to get a singleton working for Nodejs with RabbitMQ, but it is up and running now.

As per usual, shout out to @Hookdeck which is what I am using as the consumer. Was able to troubleshoot MUCH quicker.
#buildinpublic #100DaysOfCode

SQL schema redesign I did resulted in my DB size going from 1.4gb to 700mb
Can you tell I've been working on my side project heavily lately? #100DaysOfCode #buildinpublic
#buildinpublic #100DaysOfCode

Happy to say that I am very close to an MVP launch. Pipelines are set up for staging and prod.