Peter Banjo
Soliloquy

Soliloquy

Follow
Follow
homebadges
Tag

Web Development

#web-development

More content

Read more stories on Hashnode


Articles with this tag

Re-re-re-re-factor

Apr 27, 20222 min read

Being able to safely refactor code is one of the greatest benefits of writing tests. The goal of refactoring is to improve code design e.g. style,...

Re-re-re-re-factor

Troubleshooting CORS errors

Apr 24, 20221 min read

This is a scenario that took some time to understand. I could see errors in the browser but everything on the server seemed to be configured...

Troubleshooting CORS errors

Starting with a health route

Apr 21, 20223 min read

Why a health route? I want to begin with the end in mind. When our API is deployed in a cloud environment, the automated, cloud deployment will need a...

Starting with a health route

Elixir methods

Oct 29, 20193 min read

The best programming book I've read was Atomic Scala by Bruce Eckel and Dianne Marsh. It was so good that when I went for a job interview I chose to...

Elixir methods

Hapi error logging

Jul 23, 20191 min read

It was so annoying - there I was trying to test my hapi server but it was broken and I had no idea why. Because I was using server.inject the errors...

Hapi error logging

6 lessons from my first hackathon

Feb 24, 20164 min read

This past weekend I participated in the hacksummit.org hackathon hosted on the Koding platform. The hackathon started on Saturday February 20th...

6 lessons from my first hackathon