Laravel & CORS

Hello, fellow Laravel developers! In this post, I’m going to show you how to enable CORS (Cross-Origin Resource Sharing) in your Laravel application. CORS is a security feature that allows you to control which websites can access your APIs or other resources from different origins (domains). This is useful when you want to expose your […]

Laravel & CORS Read More »

Code Igniter & Ag Grid: Development of string translation tool in 2 weeks

Hi everyone! In this blog post, I want to share with you how I developed a string translation tool using Code Igniter and Ag Grid in just two weeks. This tool allows users to upload a CSV file with strings in different languages and edit them using a web interface. It also supports exporting the

Code Igniter & Ag Grid: Development of string translation tool in 2 weeks Read More »

Go(lang)

Hello, everyone! In this blog post, I’m going to give you a brief introduction to Golang, a relatively new programming language that has many attractive features and applications. I’ll also show you some code examples that demonstrate how to use Golang for various tasks. What is Golang? Golang, or simply Go, is an open source

Go(lang) Read More »

Code Igniter

Are you looking for a simple and elegant PHP framework to create full-featured web applications? If yes, then you should check out CodeIgniter, a powerful framework with a very small footprint that consistently outperforms most of its competitors. CodeIgniter is an open-source software that was created by EllisLab and is now a project of the

Code Igniter Read More »

Scroll to Top