Two ways to merge arrays in PHP
January 26, 2023 — If you’re a seasoned PHP developer, you must have come across the need to merge two or more arrays in PHP. And the bona fide way to do this is by using the array_merge()
function.
A blog on PHP, JavaScript, and more
January 26, 2023 — If you’re a seasoned PHP developer, you must have come across the need to merge two or more arrays in PHP. And the bona fide way to do this is by using the array_merge()
function.
January 22, 2023 — Laravel comes with handy little utilities when you want to increment or decrement the value of a column in a database table.
January 19, 2023 — In HTML, if you have a long word that doesn’t fit into the container, it will overflow the container and will break the layout. So, to avoid this, there are two ways to safely break a long word in HTML.
January 17, 2023 — We all know that GitHub Copilot is a code completion tool that can help you write code faster. But did you know that it can also help you make your existing code more readable?
January 12, 2023 — Sometimes, it’s useful to quickly copy over the command that you executed recently in your terminal when you want to share it with someone.
January 11, 2023 — Laravel gives you a lot of flexibility when it comes to working with Eloquent models. You can easily customize the way you want to work with your models.
January 10, 2023 — In this post, I’ll show you how to upgrade your PHP code to use PHP 8.2 features using Rector. I have written articles about how to upgrade to PHP 8 and PHP 8.1 previously.
January 6, 2023 — HTTPie is an open-source command-line HTTP client with an intuitive UI, JSON support, syntax highlighting, wget-like downloads, plugins, and more. It’s written in Python and is available on all major platforms.
January 5, 2023 — Macros in Laravel are a great way to extend the framework’s functionality. And if you are a Laravel developer, you must have used them at some point.
January 3, 2023 — Extending the GNOME desktop is a fun thing to do. And if you are a GNOME user, you can do it by installing GNOME extensions. I always try to install new extensions to see what they can do and how they can improve my desktop experience.