DEV Community

Dimitrios Desyllas profile picture

Dimitrios Desyllas

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

Location Acharnes, Greece Joined Joined on  Personal website https://pcmagas.wordpress.com github website

Education

MSc at Digital Systems Security at Univercity Of Peireus

Pronouns

Yo Wazz up bro!

Work

Volunteer Sysadmin at ELLAK of Cyprus - open for opportunities.

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

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

Comments
1 min read

Want to connect with Dimitrios Desyllas?

Create an account to connect with Dimitrios Desyllas. You can also sign in below to proceed if you already have an account.

Already have an account? Sign in
Why I am unable to trigger the custom version bump script upon merging in master?

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

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

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

Comments
1 min read
Why bootstrap js not loaded in my vite config?

Why bootstrap js not loaded in my vite config?

Comments
1 min read
Why scemantic-release fails to tag my lib and release it?

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

Comments
1 min read
Why I cannot populate using afterMaking with a referencing record in my factories?

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

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

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

Comments
1 min read
How I limit further the foreign key in my database?

How I limit further the foreign key in my database?

Comments
1 min read
How I can see what queries run in my mssql server once I exeture them via eloquent model?

How I can see what queries run in my mssql server once I exeture them via eloquent model?

Comments
2 min read
Why running a container via docker sdk in python I get different output compared to the actual command line?

Why running a container via docker sdk in python I get different output compared to the actual command line?

Comments
1 min read
How to install Linux Mint as MBR? (And resolve this pesky kernel panic upon boot in a fresh installation)

How to install Linux Mint as MBR? (And resolve this pesky kernel panic upon boot in a fresh installation)

1
Comments
1 min read
Why php does not verify the certificate using my ca cert installed globally?

Why php does not verify the certificate using my ca cert installed globally?

Comments
1 min read
Configure Psysh for magento 2.x.

Configure Psysh for magento 2.x.

Comments
2 min read
How To: reindex customers after writing directly to `customer_entity` table

How To: reindex customers after writing directly to `customer_entity` table

Comments
1 min read
Do you commit the ./vendor in magento projects?

Do you commit the ./vendor in magento projects?

Comments 4
1 min read
Why Elasticsearch is terminated upon if mount a volume?

Why Elasticsearch is terminated upon if mount a volume?

Comments
4 min read
How I can apply a patch to specific files depending the installed version of a composer dependency

How I can apply a patch to specific files depending the installed version of a composer dependency

Comments
1 min read
Can I commit changes and push changes into my vendor if I use vcs as composer repository?

Can I commit changes and push changes into my vendor if I use vcs as composer repository?

Comments
1 min read
Why I am unable to clone using ssh

Why I am unable to clone using ssh

Comments
1 min read
Why npm fails to install nessesary files in my Dockerfile?

Why npm fails to install nessesary files in my Dockerfile?

Comments
1 min read
How I can install htmlpurifier to my own custom module?

How I can install htmlpurifier to my own custom module?

Comments
1 min read
Does magento 2.4 has build-in mechanisms for xss prevention or should I use my own?

Does magento 2.4 has build-in mechanisms for xss prevention or should I use my own?

Comments
1 min read
How I can convert my form into a singe column one and place a WYSIWYG editor in magento 2.4?

How I can convert my form into a singe column one and place a WYSIWYG editor in magento 2.4?

Comments
1 min read
How I can get products using multiple skus?

How I can get products using multiple skus?

Comments
1 min read
How to select a File Using Ctrl+P In PHPstorm as I did in VSCode and VSCodium

How to select a File Using Ctrl+P In PHPstorm as I did in VSCode and VSCodium

Comments
1 min read
Using An object method as a callable to update GDPR consent in DB

Using An object method as a callable to update GDPR consent in DB

Comments
2 min read
Answer: How I can change a mobx state upon a receival of a background message from firebase?

Answer: How I can change a mobx state upon a receival of a background message from firebase?

Comments
1 min read
How I can mock a successfull insertion at Eloquent ORM?

How I can mock a successfull insertion at Eloquent ORM?

Comments
1 min read
Constraint fails to prevent the insertion. Do you know why?

Constraint fails to prevent the insertion. Do you know why?

Comments 1
1 min read
Should I run wp-cli crons as a deaemon or as a crontab?

Should I run wp-cli crons as a deaemon or as a crontab?

Comments
1 min read
Will nodejs' mongodb client will create a new db for me?

Will nodejs' mongodb client will create a new db for me?

Comments
1 min read
How to make a batch process that emails big CSV (~1-2 Mbytes) from complex unoptimized queries using laravel.

How to make a batch process that emails big CSV (~1-2 Mbytes) from complex unoptimized queries using laravel.

Comments
2 min read
How I can verify that an incomming http body is multipart/form-data using regex and nodejs?

How I can verify that an incomming http body is multipart/form-data using regex and nodejs?

Comments
1 min read
What is your opinion, should I generate appointment schedule upon read or write?

What is your opinion, should I generate appointment schedule upon read or write?

Comments
1 min read
How I can display the numeric value of the day of week into Greek?

How I can display the numeric value of the day of week into Greek?

Comments
1 min read
How I can detect duplicate records in postgresql before aplying a unique Index

How I can detect duplicate records in postgresql before aplying a unique Index

Comments
1 min read
Postgresql Proxy for analyzing complex and legacy db schema on spaghetti code

Postgresql Proxy for analyzing complex and legacy db schema on spaghetti code

Comments
2 min read
How I can get the selected option on element upon change in Jquery?

How I can get the selected option on element upon change in Jquery?

Comments
1 min read
How I can trim seconds out of a timestamp in postgresql?

How I can trim seconds out of a timestamp in postgresql?

Comments
1 min read
How I can log who accesses my S3 bucket

How I can log who accesses my S3 bucket

Comments
1 min read
How I can check that data is proper application/x-www-form-urlencoded data?

How I can check that data is proper application/x-www-form-urlencoded data?

Comments
1 min read
How I can find which sequence is associated with a Primary Key of Serial type?

How I can find which sequence is associated with a Primary Key of Serial type?

Comments
1 min read
Where to place the done() call in Jest unit tests on a middleware that logs the request body to the db?

Where to place the done() call in Jest unit tests on a middleware that logs the request body to the db?

Comments 1
1 min read
Use bash instead of crontab?

Use bash instead of crontab?

Comments
1 min read
Can someone explain to me the difference between roles and Users in postgresql

Can someone explain to me the difference between roles and Users in postgresql

Comments
1 min read
Why I cannot detect whether the http body comes as Base64 encoded despite doing it so?

Why I cannot detect whether the http body comes as Base64 encoded despite doing it so?

Comments 1
1 min read
How I can speed up a lateral join (or avoid it at all)

How I can speed up a lateral join (or avoid it at all)

Comments
1 min read
How I can make an http(s) reverse proxy in nodejs?

How I can make an http(s) reverse proxy in nodejs?

Comments 1
1 min read
Alternate Assertion for Mockery.

Alternate Assertion for Mockery.

Comments
1 min read
Why I am unable to assert that method has been called on my mocked service?

Why I am unable to assert that method has been called on my mocked service?

1
Comments
1 min read
How I can pipeline the incomming results in Laravel so I can process them whilst I read them?

How I can pipeline the incomming results in Laravel so I can process them whilst I read them?

Comments
1 min read
How I can mock an incomming http request in jest using node.js http?

How I can mock an incomming http request in jest using node.js http?

Comments 1
1 min read
why I cannot get the domain names out of a certificate in nodejs?

why I cannot get the domain names out of a certificate in nodejs?

4
Comments 5
1 min read
How I can upload a javascript file using ajax once I resize an image in a manner where $_FILES can be used in php

How I can upload a javascript file using ajax once I resize an image in a manner where $_FILES can be used in php

4
Comments
1 min read
Is RTP and SIP protocol, in a typical voip client, are handled at the same socket or a seperate connection is used?

Is RTP and SIP protocol, in a typical voip client, are handled at the same socket or a seperate connection is used?

Comments 1
1 min read
Unable to build flutter application using libayatana-appindicator3-dev and tray-manager at Linux Mint 21

Unable to build flutter application using libayatana-appindicator3-dev and tray-manager at Linux Mint 21

4
Comments
3 min read
Why I am unable to authenticate using Auth0?

Why I am unable to authenticate using Auth0?

Comments 2
1 min read
Why I cannot emulate a serial device (arduino or somethin else) using socat?

Why I cannot emulate a serial device (arduino or somethin else) using socat?

2
Comments
1 min read
Is a good idea by Scanning all Serial Ports and sent ATZ At command in order to scan for a modem?

Is a good idea by Scanning all Serial Ports and sent ATZ At command in order to scan for a modem?

3
Comments
1 min read
How I can check that the system that I build is for linux or not?

How I can check that the system that I build is for linux or not?

2
Comments 2
1 min read
loading...