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 electron, C++, privacy enhancing technologies and cryptography

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

Education

MSc at Digital Systems Security at Univercity Of Peireus

Work

Backend Developer at e-table, Volunteer Sysadmin at ELLAK of Cyprus

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

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
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

5
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
Why I am unable to verify the downloaded google's certificate in my C programm?

Why I am unable to verify the downloaded google's certificate in my C programm?

3
Comments 1
1 min read
Why SSL_get_error returns SSL_ERROR_SYSCALL?

Why SSL_get_error returns SSL_ERROR_SYSCALL?

4
Comments
1 min read
Why references to `OPENSSL_init_crypto' are undefined when crossbuilt openssl from source for windows 32 bit?

Why references to `OPENSSL_init_crypto' are undefined when crossbuilt openssl from source for windows 32 bit?

1
Comments
1 min read
How I can cross-build my app to run in windows XP 32 bit from linux using the openSSl libray that I've just built?

How I can cross-build my app to run in windows XP 32 bit from linux using the openSSl libray that I've just built?

Comments
1 min read
Unprocessed data monitor in laravel.

Unprocessed data monitor in laravel.

7
Comments
3 min read
Why Arduino fails to receive ACK signal?

Why Arduino fails to receive ACK signal?

6
Comments
2 min read
How I can apply a network_security_config.xml on specific variants and not in release one?

How I can apply a network_security_config.xml on specific variants and not in release one?

1
Comments
1 min read
How I can have multiple debug variants with different arguments?

How I can have multiple debug variants with different arguments?

1
Comments
1 min read
Why I am unable to populate and select the custom item in juery-ui autocomoplete?

Why I am unable to populate and select the custom item in juery-ui autocomoplete?

1
Comments
1 min read
How I can access the settings I provided via build config in my code?

How I can access the settings I provided via build config in my code?

Comments
1 min read
How I can prompt a file manager of a known path in an android app?

How I can prompt a file manager of a known path in an android app?

4
Comments
1 min read
Should I use 402 for methods that allow payment?

Should I use 402 for methods that allow payment?

Comments
1 min read
How I can create a foreighn table using a foreighn data wrapper that references to a remote one with the same name?

How I can create a foreighn table using a foreighn data wrapper that references to a remote one with the same name?

Comments
1 min read
How I can create user activation token or url slugs?

How I can create user activation token or url slugs?

4
Comments
1 min read
How I can monitor that a scripts that performs a bulk process actually did its job? (with example)

How I can monitor that a scripts that performs a bulk process actually did its job? (with example)

7
Comments
4 min read
Should I use a crypto-secure randomness or not for user activation urls?

Should I use a crypto-secure randomness or not for user activation urls?

Comments
1 min read
Git Flow How I can ovewrite a branch with another one?

Git Flow How I can ovewrite a branch with another one?

Comments
1 min read
Do laravel crons can use the same database connection if executed at the same time on laravel 5.8?

Do laravel crons can use the same database connection if executed at the same time on laravel 5.8?

4
Comments
1 min read
Do not re-dispatch jobs but still notify sentry for failure.

Do not re-dispatch jobs but still notify sentry for failure.

5
Comments
2 min read
Refactor time convertion from postgresql to php.

Refactor time convertion from postgresql to php.

5
Comments
2 min read
CKEDITOR.destroy() does not exist?! How to fix it on multiple CKEditor instance intialization ;) .

CKEDITOR.destroy() does not exist?! How to fix it on multiple CKEditor instance intialization ;) .

3
Comments
2 min read
How I can reset private instance variables if an exception is not thrown in a classe's public methods?

How I can reset private instance variables if an exception is not thrown in a classe's public methods?

1
Comments
1 min read
Why mail is not shown in Mailchimp's oubound mail when I send it via SMTP using custom headers?

Why mail is not shown in Mailchimp's oubound mail when I send it via SMTP using custom headers?

1
Comments
1 min read
How I can allow user's browser to actually leave page once beforeunload event is fired?

How I can allow user's browser to actually leave page once beforeunload event is fired?

6
Comments 1
1 min read
How I can update the Activity's UI using lambdas for events?

How I can update the Activity's UI using lambdas for events?

6
Comments
1 min read
How I can test that an OkHttpClient performs an HttpCall with the appropriate Cookie Header?

How I can test that an OkHttpClient performs an HttpCall with the appropriate Cookie Header?

6
Comments
1 min read
How I can execute a command at a specific date and time in laravel 5.8?

How I can execute a command at a specific date and time in laravel 5.8?

Comments
1 min read
How I can load balance Postgresql read connections?

How I can load balance Postgresql read connections?

Comments 2
1 min read
How I can cache the built layers between builds on travis?

How I can cache the built layers between builds on travis?

Comments
2 min read
How I can aggregate the generated json for postgresql in order to be able more easily to copy-paste it into pg-diff config

How I can aggregate the generated json for postgresql in order to be able more easily to copy-paste it into pg-diff config

1
Comments 1
1 min read
How I can save a ts_vector into a postgresql database using eloquent model?

How I can save a ts_vector into a postgresql database using eloquent model?

Comments
1 min read
How I can rewrite the package name in composer.json thoughout the git history and tags?

How I can rewrite the package name in composer.json thoughout the git history and tags?

Comments 1
1 min read
Why console application fails to retrieve mocked service during testing?

Why console application fails to retrieve mocked service during testing?

Comments
1 min read
A simplistic PDF reader

A simplistic PDF reader

6
Comments
1 min read
How I can retrieve aws lambda cloudwatch logs in txt format so I can serch on them?

How I can retrieve aws lambda cloudwatch logs in txt format so I can serch on them?

Comments 1
1 min read
How I can ensure that no bots visit the links that I generate and send via email?

How I can ensure that no bots visit the links that I generate and send via email?

1
Comments 1
1 min read
How a column can reference columns in two different tables that contain same information?

How a column can reference columns in two different tables that contain same information?

1
Comments
1 min read
How I can avoid using `array_map` on my results returning primary keys in Laravel's 5.7 database layer?

How I can avoid using `array_map` on my results returning primary keys in Laravel's 5.7 database layer?

1
Comments
1 min read
Why I am unable to perform this update using laravel query builder?

Why I am unable to perform this update using laravel query builder?

1
Comments
1 min read
What chances are to have token collision/duplication during token generation upon multi-server php app?

What chances are to have token collision/duplication during token generation upon multi-server php app?

2
Comments
1 min read
How I can Assert that a PDF has a specific text in a specific position?

How I can Assert that a PDF has a specific text in a specific position?

1
Comments
1 min read
How I can search for reports in specific table that stores sql code using portgresql?

How I can search for reports in specific table that stores sql code using portgresql?

3
Comments
1 min read
I managed to parse a pdf using Smalot\PdfParser but how I can construct it back?

I managed to parse a pdf using Smalot\PdfParser but how I can construct it back?

2
Comments 1
1 min read
Placeholder supported Javascript Rich Text editor

Placeholder supported Javascript Rich Text editor

1
Comments 3
1 min read
How I can replace an acroform PDF field with text using PHP

How I can replace an acroform PDF field with text using PHP

2
Comments
1 min read
How I can replace text in it with a value from a PDF file using PHP?

How I can replace text in it with a value from a PDF file using PHP?

1
Comments 3
1 min read
Greek letters are replaced with ??? once I convert a docx into pdf using PHPWord?

Greek letters are replaced with ??? once I convert a docx into pdf using PHPWord?

1
Comments
1 min read
loading...