The pipeline helper in Laravel
March 9, 2023 — The Pipeline
facade is one little helper in Laravel that has been around for quite some time now but it’s only recently that it has got its place in the Laravel documentation.
A blog on PHP, JavaScript, and more
March 9, 2023 — The Pipeline
facade is one little helper in Laravel that has been around for quite some time now but it’s only recently that it has got its place in the Laravel documentation.
March 7, 2023 — I was browsing through my Twitter feed and I saw something pretty subtle yet mind-blowing. One of the guys from the Astro team was showing off some of the new things they have done for their brand redesign.
March 6, 2023 — There comes a time when you want to make HTTP requests but the URL using which you want to make the request is dynamic. For example, you want to make a request to the GitHub API to get the details of a user but the username is dynamic. Or the version of the API is dynamic.
March 5, 2023 — So, this is it! After I’ve seen this screenshot in one of the tweets by Nuno Maduro where he’s using the JetBrains Mono fonts in his editor with the bold font weight, I was like, “I definitely need to try this thingy!”.
March 4, 2023 — The CSS Working Group has recently published a new draft of the CSS Text Module Level 4 specification that introduces a new property called text-wrap
that allows you to control the wrapping of text in a more granular way.
March 1, 2023 — I have been making websites for more than 10 years now and one of the things I inevitably use is CSS. I use CSS a lot and yet, I still learn new things about it every now and then. And today, I learned about the font
shorthand property in CSS.
February 28, 2023 — There might be some elements on your website that you may want your users to draw their attention to. For instance, the title of your blog post, an important announcement, or the call-to-action button.
February 27, 2023 — There are some things that you can do in Git that you might want to test out before actually running them. For instance, you might want to check what will be added to the Git index before running the git add
command.
February 26, 2023 — The one feature of Chrome DevTools I discovered lately is the ability to toggle and add CSS classes in the Elements panel. This is a very handy feature that can help you quickly add and remove Tailwind CSS classes from the selected element.
February 25, 2023 — For a long time, I have been meaning to learn Next.js and Tailwind CSS. And the best way, I know, to learn something is to build something with it.