You don't have to be an Accessibility expert to know this As web developers, we should pay closer attention to how we structure HTML and what type of attributes we're adding. By doing small changes, we can achieve great results with accessibility. html web seo August 7, 2022 • 16 minutes read
Abstracting external services with interfaces in Laravel apps We are going to learn more about interfaces and how to apply them into Laravel apps to abstract our business logic from external services. I'll also give some examples for using interfaces. tutorial php laravel web backend July 22, 2022 • 14 minutes read
Moving from Linux to macOS as a programmer Getting familiar with macOS after using Ubuntu for about 5 years is quite interesting. I'll give my opinion on macOS and a MacBook Pro 2021 as someone who's never used Apple products before. linux story apple July 11, 2022 • 12 minutes read
What it's like to be a programmer in a country with the war On 24 February 2022, I woke up at around 5 am from the loud explosions. That was the first day of the war in Ukraine. Instead of coding the whole day, I was hiding in an underground shelter. philosophy story June 6, 2022 • 11 minutes read
Script setup is the future of Vue.js In this article, I am going to convince you to use script setup functionality in composition API. I'll show you the major advantages, and try to find some drawbacks, if there are any. web vue typescript javascript January 15, 2022 • 9 minutes read
Telegram bot with BotMan and latest Laravel version Let's build a simple bot on Laravel 8 with keyboard buttons. One button is going to be for showing probable nationalities for the given name, and the second one is for generating a QR code. backend bot laravel php tutorial December 24, 2021 • 16 minutes read
How to make your software developer job more enjoyable I went from a depressed boy with lots of bad habits to the happiest man who enjoys his job and doesn't take anything for granted. I've learned a lot and I have something to share. philosophy July 21, 2021 • 14 minutes read
How to use recursion in web development In this article we are going to talk about what recursion is and how it helps in web development. Also, we will build a list of links with few nested menu items using recursive function. web tutorial agnostic June 13, 2021 • 9 minutes read
5 techniques that I use for building fast websites I'm always aiming for page load under 1 second and 100 points on Page Speed Insights for each website that I'm working on. I was always successful with it, you can do it as well. web agnostic seo June 7, 2021 • 8 minutes read
What 4 years of coding have taught me Like every other developer in this world I had my ups and downs. I want to share with you lessons that I've learned, things that you should and shouldn't do as a professional developer. philosophy June 1, 2021 • 6 minutes read
10 features in Laravel that I didn't know existed The more you work with Laravel the more features you discover along the way. I want to share with you 10 features that I've discovered recently after reading the official documentation. php backend laravel web May 26, 2021 • 7 minutes read
How custom events in JavaScript can decouple your code Custom events in JavaScript are one of those things that exist but not many people use it. I've discovered it only after 3 years of coding. Here is what I've learned. web javascript tutorial May 22, 2021 • 6 minutes read