#Security https://www.cyberciti.biz/tips/linux-unix-bsd-nginx-webserver-security.html
"Hints on how to improve the security of nginx web servers running on Linux or UNIX."
Source: @techbinder
"Hints on how to improve the security of nginx web servers running on Linux or UNIX."
Source: @techbinder
#Ruby #Rails https://www.driftingruby.com/episodes/rails-api-active-model-serializer?utm_source=ruby-flow&utm_medium=social&utm_campaign=ruby-flow
Drifting Ruby
Episode 50 - Rails API - Active Model Serializer
Using ActiveModel::Serializer, learn how to create the JSON responses for your Rails API application. ASM is a great object oriented approach to building a JSON API.
#Hot https://js.foundation/announcements/2016/10/17/Linux-Foundation-Unites-JavaScript-Community-Open-Web-Development/
js.foundation
The Linux Foundation Unites JavaScript Community for Open Web Development | The JS Foundation
The JS Foundation is a member supported non-profit trade association for web developers.
#Ruby https://jaszczurowski.com/on-requests-processing-with-puma-and-unicorn-yet-another-introduction-for-newcomers/
Damian Jaszczurowski
On requests processing with Puma and Unicorn. Yet another introduction for newcomers.
These two are two mostly used application servers for ruby apps. How similar and how different are they? In the past unicorn was the most popular, nowadays puma is the leader. Code used for tests c…