Assi Arai

Assi Arai

LINQ: The Basics and Core Concepts

Before LINQ, data handling in C# was often more verbose and complex, especially when dealing with collections, databases, and XML. Without LINQ, developers had to rely heavily on loops, conditionals, and helper classes to filter, sort, and transform data. Example…

WordPress Functions

In this blog, I’ll be introducing some of the most commonly used WordPress functions. WordPress, as a powerful content management system, offers a wide range of built-in functions that make website development and customization easier. These functions help you interact…

GIT Basic Command

Most developers are currently using GIT as their main repository, but even though we use it every day in our jobs, like myself, I still haven’t fully mastered the basic commands. I often need to revisit certain links to find…