You are here |
johanronsse.be | ||
| | | |
bsid.io
|
|
| | | | When an application is launced in linux, it becomes a process. A process is a special instance provided by the operating system that inclused all the resources that are used by the running app. A process in linux has a five digit identifier called process id or PID and it represents process for all it's life cycle. There cannot be two process with same PID but once the process is terminated same PID can be reused for another process if needed. | |
| | | |
www.kensodev.com
|
|
| | | | At Gogobotwe are running background processes with Resque. We are using God to start workers on all servers, both front end and back end (with different queues). God sometimes has an issue with leaving some stale workers laying around which cache old code, so if you change your code, this is your enemy since you start seeing failed jobs that should not fail what so ever. Even when you stop the rakes (Workers run by rake) with god, it will still leave those lying around. | |
| | | |
laurakalbag.com
|
|
| | | | A few weeks ago I gave a workshop in New Zealand about designing inclusive content and accessible design. Afterwards, I was asked for recommended reading on accessible animation. | |
| | | |
vuejsdevelopers.com
|
|
| | Nuxt is a supercharged framework built on top of Vue.js. In this article let's explore some features about Nuxt that will make your experience with building Vue.js application much better. |