Dear reader,

This site finally got its much-needed overhaul. I tried to keep existing pages at their original URLs.
Should you find an error, please do tell me at contact@aspyct.org.
Feel free to visit the new website, which may contain more documentation pertaining to your search.

Thank you for visiting aspyct.org, I hope you'll find what you're looking for.

Old Aspyct.org blog

 or  go to the new site.

A tiny IoC container in Javascript/Node

| Comments

If you are looking for a nice, small IoC container for javascript, have a look at my little ServiceBox. It will come in handy when building (and testing) my blog with express.js :)

Webserver is now under monitoring

| Comments

You want to be sure to be warned when your webserver crashes…

For that reason, I just created a tiny pair of scripts to monitor the server. It’s ran by the hourly cron. If the server does not answer with the expected HTTP code (200 OK, for example), a mail is sent to warn me :)

You too can keep cool with these scripts, see my gist for these webserver monitoring scripts.

Follow me on github

| Comments

I’ve started pushing the server files to github, just in case it crashes. I know, this is potentially a security issue… But still, if my system is hacked, then I’ll have to find how to fix this, make a push on github and restart it :)

Feel free to read the scripts on github:aspyct/aspyct.org. Not all files are in the repo: sensitive files (iptable rules, passwords…) are not included. Any comment? Tell me on twitter (@aspyct) or via mail (contact@aspyct.org).

Going live again!

| Comments

You probably don’t see it yet, but there are changes going on here :)

On my way to learning new stuff (nodejs, mongodb, continuous deployment…), I’m rebuilding this website totally from scratch. By now, nginx is installed and serving you ;) Come back soon!

While this site is being rebuilt, you may want to visit…

Antoine_935