HAHayatu Abubakarinhayatu.xyz·Jan 28, 2023 · 8 min readWriting Custom Exceptions in Laravel 9In every codebase, there is always one error that it throws, and will definitely not make sense for it to be shown to the user. An example is the Page not Found or 404 error. In cases like that, it is better to show the user a page explaining that th...00
HAHayatu Abubakarinhayatu.xyz·Nov 21, 2022 · 6 min readIntroduction to Phoenix LiveViewMaintaining codebases with JavaScript can be a hassle. From trying to keep your bundle size small to ensure you have the correct linting. Some developers (like me) like to write in one language for both the front and back end. Enter LiveView As defi...00