Articles on Software Engineering, Linux, and DevOps.
Read Articles: Blog
How to calculate VAT | Add or Exclude VAT on x amount 💶
How to calculate VAT in simple wording. In this article, I use PHP to perform VAT calculations. How to calculate VAT in…
Should i use UUID as primary key 🚨
Should i use UUID as primary key? Short Answer: NO! UUID is good for small projects but for larger DB UUID isn’t…
9 Types of Internet Protocols must need to know by a developer 🔒️
Types of Internet Protocols Hyper Text Transfer Protocol (HTTP) Hypertext Transfer Protocols (HTTP) are used on top of Transmission Control Protocol (TCP)…
How to use npm packages in Laravel with Vite frontend build tool
Vite is a Next Generation Frontend Tooling and Vite is now the default Laravel module bundler. this method will help you to…
Multiple file upload with dropzone js and laravel medialibrary Package 👨🏿🏫
PreviewQueries we will solve1. Install Fresh LaravelInstall Flowbite and configure it. Why flowbite?2. Create Product Model, Controller and MediaController3. Add routes in…
20 API-related terms every web developer should be aware of 😱
API related terms every web developer should be aware of. credit: @Rapid_API 20 API-related terms every web developer should be aware of…