Energizing your productivity

with powerful software tools

Learn more...

Software Apps

Tool for no-code to low-code rapid PHP web application development from developer to developer, as well as solution for web search productivity and optimization.


See Products...

Books

Tech books authored by Ozar from 'programming for beginners' (currently only in Turkish) to MySQL database development, administration, and management using Navicat (in English).


Learn more...

From Ozar's Blog

Latest Insights & Updates

Git Branch Ahead of Which

Git branches which is ahead of which

Picture this: you’ve inherited a Git repository for a project with no documentation, no guidance, and no clue where to start. Or perhaps it’s an old side project of your own, one you hastily put aside and can barely remember. The HEAD isn’t pointing to a stable version, branches are everywhere, and the app itself is riddled with issues, refusing to run. Without a clear understanding of which branch is ahead or which commit might hold a functional state, you’re stuck. This tutorial dives deep into solving..

» Read on...

Drop All MySQL/MariaDb Tables

DBA if DBs were analogue

Dive into our tutorial for a seamless approach to dropping tables in MySQL/MariaDB schemas. From command-line intricacies to scripted solutions, manage foreign-key constraints effortlessly. Safeguard your data with proper backups, ensuring a trouble-free database management experience.

» Read on...

Data Modeling w/Navicat

Database Modeling in Navicat

Navicat comes with an incredibly responsive and elegant user interface design with improved usability, and it has been enabling users to get a visually appealing and semantically precise data models from their databases for almost a decade now.Released in November 2019, Navicat 15 (and Data Modeler 3.0) has some nice surprises in store, with an even more improved data modeling capability. You can now design generic data models and then convert them for a specific database platform.

» Read on...

Migrating CI3 to CI4

Migrating CI 3 to CI  4

Explore the step-by-step migration process from CodeIgniter3 to CodeIgniter4, touching upon controllers, models, views, and routes. The tutorial also introduces the CodeIgniter Wizard, a significant time-saving tool for Mac users that automates CI4 code generation through reverse-engineering of existing databases, streamlining the migration process.

» Read on...