#linux
Read more stories on Hashnode
Articles with this tag
we've all been in that less-than-ideal situation of something going horribly awry in production and having to put the site into downtime while we fix...
php isn't the sort of language where developers usually think about things like memory. we just sort of sling around variables and functions and let...
i often joke that php is a systems programming language that you can also use to create a home page. it’s not really true, of course; no one is going...
a while ago, i blogged about uploading files to s3 using curl and provided the solution as two functions written in bash, and basically the only...
a programming language is only ever going to be as good as its standard library. try writing a c program without, for instance, <string.h>. it's not...
in this series we're looking at using the amber language to write scripts that transpile into bash. so far we've covered using shell commands and...