PaulundGithub Action To Push Docker ImageGithub action can be used to run tests on your applications when code has been merged in.Apr 9Apr 9
PaulundHow To Create A Blog With NextJSIn this tutorial, we will walk through the steps to create a blog with NextJS.Apr 8Apr 8
PaulundWrite Better FunctionsAs a software developer, writing good functions is an essential part of creating maintainable and reliable code.Feb 25, 2023Feb 25, 2023
PaulundSOLID PrinciplesSOLID is a set of principles that can help you design and write better object-oriented code. These principles were first introduced by…Jan 12, 2023Jan 12, 2023
PaulundUncommon HTML AttributesThere are many additional features that come with HTML5 such as the HTML5 attribute placeholder and required.Jan 3, 2023Jan 3, 2023
PaulundTest Helper FunctionIf you work on multiple different PHP projects, some might use different testing frameworks the most common at the moment is PHPUnit and…Dec 26, 2022Dec 26, 2022
PaulundDocker ARM64 Images on M1 MacsI recently upgraded to a new Macbook pro m1 and when running docker I was getting the following error:Dec 26, 2022Dec 26, 2022
PaulundDesign Patterns — SingletonSingleton is a design pattern that lets you ensure that a class only has one instance, while also allowing you to have global access to…Nov 7, 2022Nov 7, 2022
PaulundAdd Cache Control To Nuxt3HTTP caching allows you to store a response to a request allowing your browser to reuse stored responses for subsequent requests.Oct 1, 2022Oct 1, 2022