Skip to content

Frontend Development

This is the category that I mostly blog about JavaScript, css libraries and frameworks.

Javascript

What is ECMAScript? What is not?

A JavaScript library on GitHub, a job posting from your dream company, or a tweet you see on Twitter, EcmaScript comes up in many places regarding to JavaScript. But there is confusion even in 'senior level' job posting about the concept.
Read Full Article...
0

Backend Development

PHP
DevOps

CI/CD for PHP: A Comprehensive Guide

Continuous integration (CI) and continuous deployment (CD) are development practices that involve automatically building, testing, and deploying code changes. In the context of PHP code, a CI/CD process can help teams improve the reliability, speed, and quality of their software development by automating many of the tasks that are normally performed manually. In this article, … Continued
Read Full Article...
0
PHP

PHP Generators: A Beginner's Guide to Iteration

PHP generators are a powerful and useful tool in the PHP language. They allow developers to create iterators that can be used to iterate over large datasets without having to load the entire dataset into memory at once. This can be especially useful when working with large datasets or when memory constraints are a concern. … Continued
Read Full Article...
0
PHP

The Top PHP Certification Programs for Developers

PHP is a popular server-side scripting language used for web development. A PHP certification demonstrates to potential employers that you have a high level of knowledge and expertise in the field, and can be an important factor in landing a job or getting a promotion. There are several general PHP certification programs available, including the … Continued
Read Full Article...
0

What is an API Gateway?

What is an API Gateway? Should you use an API Gateway or is it something for big players? Is it an hardware, or a framework, or a piece of code? Let's briefly learn the answers to this questions;
Read Full Article...
0

DevOps & Server Administration

Troubleshooting Cyberpanel Inaccessibility After Ubuntu Release Upgrade

Upgrading your Ubuntu server is a crucial step to ensure your system remains updated with the latest features and security enhancements. However, such upgrades can sometimes lead to unexpected challenges, especially when dealing with web services like CyberPanel and OpenLiteSpeed or LiteSpeed Enterprise. Generally, upgrading your operating system with CyberPanel already installed is discouraged as … Continued
Read Full Article...
0
PHP
DevOps

CI/CD for PHP: A Comprehensive Guide

Continuous integration (CI) and continuous deployment (CD) are development practices that involve automatically building, testing, and deploying code changes. In the context of PHP code, a CI/CD process can help teams improve the reliability, speed, and quality of their software development by automating many of the tasks that are normally performed manually. In this article, … Continued
Read Full Article...
0

What is an API Gateway?

What is an API Gateway? Should you use an API Gateway or is it something for big players? Is it an hardware, or a framework, or a piece of code? Let's briefly learn the answers to this questions;
Read Full Article...
0

WordPress

WordPress

Reset WordPress Admin Password Using WP-CLI

Within the WordPress platform, it is not uncommon to overlook or misplace crucial information such as the admin password. In this tutorial, we will explore the process of retrieving or resetting your WordPress admin password using WP-CLI. WP-CLI is a command-line tool that empowers users to manage WordPress websites efficiently.
Read Full Article...
0
close up shot of a typewriter
WordPress

Grow Your Business in Turkey with Expert WordPress Plugin and Theme Localization and Support Services

As a professional in the WordPress Turkish localization team and provider of localization services, I understand the importance of making sure your WordPress Plugins and Themes are fully accessible to the large community of Turkish WordPress users. By providing Turkish localization for your WordPress Plugins and Themes, you can ensure that they are easy to … Continued
Read Full Article...
0
WordPress

Headless CMSs: An Overview of Popular Alternatives to Contentful and WordPress

Headless CMSs have grown in popularity in recent years as more and more companies have moved towards a decoupled architecture for their websites and applications. These systems allow for greater flexibility and scalability, as the frontend and backend are not tightly coupled, and the content can be easily repurposed for different channels such as websites, … Continued
Read Full Article...
0

Other

WordPress

Headless CMSs: An Overview of Popular Alternatives to Contentful and WordPress

Headless CMSs have grown in popularity in recent years as more and more companies have moved towards a decoupled architecture for their websites and applications. These systems allow for greater flexibility and scalability, as the frontend and backend are not tightly coupled, and the content can be easily repurposed for different channels such as websites, … Continued
Read Full Article...
0

How to create automated content with ChatGpt Open AI Api's?

Chat-GPT is a state-of-the-art natural language processing API developed by OpenAI. It is designed to generate human-like text in a conversation context, allowing users to build chatbots, conversational interfaces, and other interactive language-based applications. One of the main features of Chat-GPT is its ability to understand and generate text in a wide range of languages, … Continued
Read Full Article...
0