PinnedPublished inPython in Plain EnglishEffortless Exception Error Handling in FastAPI: A Clean and Simplified ApproachUpdated: Aug, 24, 2023 I wanted clarify that the provided code is specifically tailored for usage within a local or staging development…Aug 3, 20233Aug 3, 20233
7 Ways to Make Your Laravel App Seamlessly FasterLaravel is among the most popular PHP frameworks today and my favorite framework in the PHP realm. As your application grows, it may start…Oct 9, 2023Oct 9, 2023
Navigating the Labyrinth: How to Get Unstuck on a BugEvery web developer, whether seasoned or just starting out, has faced the infamous “bug” — that seemingly unsolvable problem in the code…Sep 27, 2023Sep 27, 2023
Seamless Integration: Dockerizing FastAPI and Streamlit TogetherI’m cooking up a snazzy REST API using Python’s FastAPI, and guess what? I’m getting a helping hand from OpenAI’s API for those fancy…Sep 15, 2023Sep 15, 2023
Seamless Docker Container Deployment on AWS Using Amazon CopilotI was developing a project built with FastAPI and Langchain. As I progressed, I needed to create a demo of the application and share it…Aug 11, 2023Aug 11, 2023
Using Action classes as an alternative to Service or Repository classes in LaravelA few years ago when I am as still working in my previous company, they decided that we need trim the fat of our service classes. And…May 21, 2023May 21, 2023
Setup Mongodb in laravel sailI wanted to update my knowledge in using mongodb with my very favorite framework which is Laravel. And I don’t want to mess up my local…May 9, 20231May 9, 20231
Reusable attribute in your Laravel resource responseSometimes we have a common related resource that you wish to add in every or multiple resource response. And defining them in each resource…Mar 23, 2023Mar 23, 2023
Creating a month and year filter — Orchid admin panelI am new in using Orchid admin panel, it was quite confusing at first specially the learning resources for this package to this day is very…Oct 29, 2022Oct 29, 2022
Setting up laravel-geoipI have assigned to a task that would create tax calculator based on the user’s country and state from its IP address.Oct 22, 2022Oct 22, 2022
Cypress QuickfixAfter running yarn run cypress run an error prevented opening the cypress browser and shows this error in the console log.Oct 18, 2022Oct 18, 2022
Fix Ubuntu 22 black screen before login — Nvidia drivers issueWhen I upgraded my Ubuntu to 22.04 I encountered a persistent freezing black screen and can’t login in GUI mode or tty7 but when I tried…Oct 16, 2022Oct 16, 2022
Using GrumPHP with LaravelMy basic configurations to automate code quality checks using GrumpPHP in my Laravel project.Jul 2, 2021Jul 2, 2021
Global notification using Vue.js under Laravel developmentI was assigned to a project that would send multiple emails from multiple sites simultaneously and when once done sending all emails from…Jun 26, 2020Jun 26, 2020
Reusable Tailwind styled Vue.js checkbox component under Laravel developmentThis is useful if you want a single style for you checkboxes and don’t want to repeat yourself using or changing the style.May 30, 2020May 30, 2020
Create a laravel custom model eventsThis is efficient when we are creating tests and seeding data, have additional process put in place and easily change our codes when we…Apr 3, 20201Apr 3, 20201
Creating a custom rule in Vue-Vee-ValidateA powerful form validation for vue.js. It is easy touse and amazingly fast. But there are situations that I needed to create custom rules…Mar 7, 20201Mar 7, 20201
Adding Model Factory To Your Owned Laravel Package For TestingWhen you are adding tests to your owned laravel package you may want to add factories to seed dummy data of the model that you want to use.Mar 7, 2020Mar 7, 2020