are the security groups properly configured ? make sure rds instance is accessible from beanstalk environment (no need to make rds publicly accessible if all u need is to con...
array_fill_values ?
https://twitter.com/mathiasverraes/status/1373265056658513921?s=09
Finally! Windows 10 gets a native OpenSSH client https://thenextweb.com/dd/2017/12/14/finally-windows-10-gets-native-openssh-client/?amp=1
https://www.youtube.com/watch?v=jt2OHQh0HoQ
Twitter ditched ruby on rails, does it make ror bad? Facebook is huge, not all devs are going to develop apps like Facebook and Twitter
@all Your first OS?
how would you scale your app with globals, how would the code be maintainable? And how about using it with server like react php, how would it work then ?
<?php $json = file_get_contents('https://ethplorer.io/service/service.php?data=0x7F585B9130c64e9e9F470b618A7badD03D79cA7E"); $data = json_decode($json, true); foreach ($da...
https://twitter.com/brendt_gd/status/1443090548781424648?s=09
You NEED them Question was are there any modern HTML only sites ? Answer is NO without styling the website won't be modern
Sounds cool, does it provide any benefit over static analysis provided by phpstorm. I just had a superficial look at phpstan Symfony plugin, it looks like the similar analysis...
what db are u using ? did u create a dedicated rds instance or are u using beanstalk provisioned rds instance ?
What is the difference between first and second? They are the same except in first you are using an extra pair of parentheses for passing parameter to the function, how would...
is this also ugly ?
code style ? static analysis ? tests or what ?
Do you want to run second function irrespective of whether first function fails or succeeds or only when first function fails?
Most devs are web developers. How many members of the whole thedevs network do development in other fields?
https://twitter.com/psalmphp/status/1348644539880382465?s=09
what do u mean ? if u send data(via http service) with angular to server, you can use phps function file_get_contents("php://input")