PinnedAdrian VoicuCodeIgniter 4 — Step 1: Let’s make ourselves some Docker containers — AvenirerHello, people. Long time, no tutorial…Oct 12, 20201Oct 12, 20201
Adrian VoicuLaravel 11: using PHP’s 8 Enumerations (Enums) for database migrations, seeding, etc.Enums are a great addition to PHP ecosystem. Now, we can use them in Laravel for faster development.Jul 10Jul 10
Adrian VoicuEnums in PHP 8Enumerations or “Enums” allow us to define a new type of data with a finite number of possible values (as an example, the boolean values…Jan 17Jan 17
Adrian VoicuEnums în PHP 8Enumerările sau “Enums” ne permit să definim un nou tip de date cu un număr finit de valori posibile (de exemplu valorile boolean sunt de…Jan 17Jan 17
Adrian VoicuWordPress - Creating our plugin settings page with inputsIn the previous tutorial, we’ve created our two admin pages and linked them from our menu items for the admins. Now, let’s add inputs to…May 17, 20211May 17, 20211
Adrian VoicuBuilding a WordPress pluginThis is not going to be an article, but a series of articles that should take me (and you, I hope), from zero to plugin development. In…May 14, 2021May 14, 2021
Adrian VoicuHow to add a plugin Settings Page to the admin menu in WordPressThis tutorial is part of a series that tells my journey toward creating a WordPress plugin.May 14, 2021May 14, 2021
Adrian VoicuCodeIgniter 4 — Step 2: Installing CodeIgniter in Docker containers — AvenirerIn the previous article we’ve set up the infrastructure that will hold our CodeIgniter application. In this tutorial we are finally going…Oct 12, 20201Oct 12, 20201
Adrian VoicuAutomated testing with RobotFramework — installing everything and running our first testLet us start by explaining the title. By automated testing we must understand exactly what the naming implies. Not as in manual testing…Jul 10, 2020Jul 10, 2020