👋 Enjoying the content? Subscribe to our Medium publication for more articles like this. 👇
Keep Learning

OUR BLOGS

Find the latest trends about engineering

Stay up to date with the latest news and trends in software engineering.

Wordpress Responsive Images
PHP May 13, 2024

Wordpress Responsive Images

Discover how to optimize your WordPress website's images for responsiveness with this comprehensive guide. Learn essential techniques and find a PHP example to streamline your implementation process.

Warp! One Of The Best Terminal in 2024
Latest Articles May 11, 2024

Warp! One Of The Best Terminal in 2024

Discover Warp, hailed as one of the top terminals of 2024! Revolutionize your command line experience with its innovative features and enhanced functionality.

Chromedp Concurrency with Multiple Tabs
GO May 8, 2024

Chromedp Concurrency with Multiple Tabs

How to achieve concurrent browsing with multiple tabs using ChromeDP, a powerful Go library leveraging the Chrome DevTools Protocol. Enhance your web automation projects by efficiently managing multip

How to parse YAML in PHP
PHP May 5, 2024

How to parse YAML in PHP

Learn how to parse YAML in PHP effortlessly. Our tutorial provides step-by-step guidance for parsing YAML data in your PHP applications, making data manipulation a breeze.

Template Method in PHP
PHP May 1, 2024

Template Method in PHP

Learn how to implement the Template Method design pattern in PHP with a practical example. See how abstract classes and concrete subclasses work together to define a template for a series of steps, al

How to Optimize And Measure INP
Core Web Vitals April 7, 2024

How to Optimize And Measure INP

Maximize your website's performance with expert tips to optimize the Interaction to Next Paint (INP) metric.

Style your CLI applications with Termwind
PHP March 23, 2024

Style your CLI applications with Termwind

Transform the look and feel of your command-line interface (CLI) applications effortlessly with Termwind, a powerful styling library. Elevate user experience by adding dynamic and visually appealing d

PHP 8.1: GD: AVIF image support
PHP March 16, 2024

PHP 8.1: GD: AVIF image support

Discover the latest in PHP 8.1: GD with AVIF image support, empowering developers to handle AVIF images efficiently. Upgrade your PHP capabilities for enhanced image processing and optimization.

Create OG Image With PHP
PHP March 15, 2024

Create OG Image With PHP

Learn how to create stunning OG (Open Graph) images dynamically using PHP. Elevate your website's social sharing experience with custom-designed images tailored for platforms like Facebook, Twitter, a

Enhancing PHP Performance: Understanding Expensive Operations
PHP March 6, 2024

Enhancing PHP Performance: Understanding Expensive Operations

Unlock the secrets to optimizing PHP performance by mastering the understanding of expensive operations in php. Learn how to identify and mitigate costly processes for lightning-fast web applications.

Gearman Job Server Installation (PHP 8.1) Ubuntu 22.04
PHP February 17, 2024

Gearman Job Server Installation (PHP 8.1) Ubuntu 22.04

My notes about Gearman Job Server installation Ubuntu 22.04 (PHP 8.1).

Generate Sitemap In Symfony 6
PHP February 17, 2024

Generate Sitemap In Symfony 6

My notes about generating a sitemap in a Symfony 6 application.

Deploy Symfony 6 App On Digital Ocean Droplet
Latest Articles February 17, 2024

Deploy Symfony 6 App On Digital Ocean Droplet

Notes about deploying Symfony applications with Github actions in a droplet.. “Deploy Symfony 6 App On Digital Ocean Droplet” is published by Atakan Demircioğlu in Developers Keep Learning.

Cognitive load in software engineering
Latest Articles February 17, 2024

Cognitive load in software engineering

Here are my notes about cognitive load in software engineering.. “Cognitive load in software engineering” is published by Atakan Demircioğlu in Developers Keep Learning.

Back-of-envelope calculations
Latest Articles February 17, 2024

Back-of-envelope calculations

∘ What is Back-of-envelope calculations? ∘ Useful Calculations (approx) ∘ Load Estimates ∘ Database Storage estimate ∘ Cache Estimate ∘ Bandwidth estimates ∘ Numbers Everyone Should Know ∘…