Dimitrios Desyllas

Dimitrios Desyllas @pcmagas

About: Greedings I am Dimitrios Desyllas aka pc_magas. I am a php software engineer. I am interested in privacy enhancing technologies, cryptography and reverse engineering.

Location:
Acharnes, Greece
Joined:
Aug 29, 2019

Dimitrios Desyllas
articles - 194 total

How to setup a dev db for symfony development where migration scripts are not used.

In my work, I develop a symfony application. As usual, migration scripts are abandoned and I have no...

Learn More 1 0May 28

Mkdotenv: the tool that makes .env manipulation a breeze

Hello hello hello, Recently, I got my hands dirty with go and made a simple tool for manipulating...

Learn More 0 0Apr 7

External Versioning in GCC: Defining Project Versions Without Modifying Source Code

I was experimenting with gcc linker and how I could define the version of my project externally. The...

Learn More 1 0Mar 8

Do not use from with getRepository when creating query builder

In my symfony project, I was using the query builder in order to query a table: namespace...

Learn More 0 0Mar 4

How I can join with count subquery upon doctrine?

Hello can you help me with...

Learn More 0 0Mar 4

Stuck on Debian Packaging

I try to upload my app ( https://github.com/pc-magas/mkdotenv/tree/dev ) into ppa as I explain...

Learn More 0 0Feb 8

Implications of using Aws cognito in Laravel 11 that uses the pool's user_id as application's User Id.

I am implementing a system that has a system in Django and one user management panel in Laravel,...

Learn More 0 0Dec 19 '24

Simplifying Internal APIs with Direct AWS Lambda Invocation

When working with Service-Oriented Architecture (SOA) systems, you may need an internal API for...

Learn More 0 0Dec 6 '24

TIP: How to transfer terminal session between IDE and terminal Emulator?

Most IDE's embed a terminal session in my case it was the pycharm community (but can apply in most...

Learn More 0 0Dec 2 '24

Update Django Key using .env

Laravel that I usually code has a command that updates the encryption key at .env file. To be honest,...

Learn More 0 0Nov 26 '24

How to load .env in Django Project

I come from a PHP background, mostly using Laravel/Symfony. Recently, I started using Django, and I...

Learn More 0 0Nov 26 '24

How I can massively upload files into openai so I can make my vector?

As I ask...

Learn More 0 0Nov 13 '24

How I can run elasticsearch locally for development using docker?

When I was running elastinc search using oficial docker images from docker hub:...

Learn More 0 0Oct 30 '24

Getting form id, obvious solution not working. Here's an alternate approach.

I had a case in which I had this form: <form id="hello"> <input type="hidden"...

Learn More 0 0Oct 2 '24

Wrote a book (And it is not about coding, and yeap it is in Greek)

In my free time I started to write #books and #scenarios fueled by multiple ideas I have in my brain....

Learn More 0 0Sep 13 '24

Answer: How I can run specific phinx seeder and get the generated records in phpunit?

In this answer was solving a problem that I had: Running a phinx seeder upon phpunit: ...

Learn More 0 0Sep 13 '24

How to run a phpunit unit test with a specific dataset

Today I was running my tests and had a failing...

Learn More 1 0Jul 31 '24

Serving different routes depending the port webserver serves my applciation in laravel.

Dude check this out: How I resolve...

Learn More 1 0Jun 25 '24

Difference between `this` and `e.target` upon a event listener in JS (using jquery)

Whilst developing in JS I had this case: <a href="target" class="btn-toggle-form"><i...

Learn More 0 2May 24 '24

Why I am unable to register service worker in my Firebase Vanilla JS app?

I am attempting to make a simple fcm listener as described...

Learn More 1 0May 14 '24

How I can isolate the created resources in multiple module imports?

Upon this question: How I can isolate the...

Learn More 0 0Apr 30 '24

How I can order the returned results by relevance in mysql or mariadb when I use like statement in where?

As I ask upon https://dba.stackexchange.com/q/338422/118215 I search in this...

Learn More 1 2Apr 8 '24

How I can prevent the redirections in API using middleware on Laravel 11?

I am trying to override the default behaviour of the laravel response if user is unauthenticated: ...

Learn More 0 3Mar 28 '24

Nothing spectacular just a small lib for placing fontawesome upon radios, checkboxes and multi-select.

Hello on behalf of Cypriot free software foundation I made the following small...

Learn More 0 0Feb 11 '24

Why I am unable to trigger the custom version bump script upon merging in master?

I try to make a script to run once I merge my code into master as asked bellow: ...

Learn More 0 0Feb 1 '24

How to sync a Nested Set(self-referencing) table into closure table using triggers?

As I ask upon: https://dba.stackexchange.com/q/335297/118215 I try to sync a self-referencing table...

Learn More 0 0Jan 29 '24

Why bootstrap js not loaded in my vite config?

As I ask Upon: Why bootstrap js not...

Learn More 0 0Jan 22 '24

Why scemantic-release fails to tag my lib and release it?

I try to release a saas library with build css. But, as explained below: ...

Learn More 0 0Jan 21 '24

Why I cannot populate using afterMaking with a referencing record in my factories?

As I ask Upon: Why I cannot populate...

Learn More 0 0Jan 15 '24

How I can traverse a tree structure using closure tables in order to create a json at Eloquent models?

At this question: How I can traverse a...

Learn More 1 0Jan 10 '24