Free, easy, automated HTTPS for Node.js

Hacker News

SSL Certificates using SNI with almost zero configuration for free with https://letsencrypt.org! If you have any questions, throw them up on gitter. npm install auto-sni var createServer = require("auto-sni"); var server = createServer({ email: ...,…

2 February 2016

What's New in Webpack 2

Hacker News

What would you like to do? Embed this gist in your website. Clone with Git or checkout with SVN using the repository’s web address. Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment You can’t perform…

2 February 2016

My Bathroom Mirror Is Smarter Than Yours

Hacker News

Sometime late last year I realized that I wanted my ordinary bathroom mirror to be more like the future we were promised in the movies. There doesn’t seem to be anyone selling the product I was looking for. The individual parts, however, were fairly easy…

2 February 2016

Handling 1B requests with Symfony 2

Hacker News

Some says that Symfony2, as every complex framework, is a slow one. Our answer’s that everything depends on you 😉 In that post, we’ll reveal some software architecture details of the Symfony2 based application running more than 1 000 000 000 requests…

2 February 2016

Bulma: Modern CSS framework based on Flexbox

Hacker News

Bulma is constantly in development! Try it out now: npm install bulma yarn add bulma bower install bulma After installation, you can import the CSS file into your project using this snippet: import 'bulma/css/bulma.css' Feel free to raise an issue or…

31 January 2016

Why Mobile First Is Outdated

Hacker News

For a number of years now, we’ve been hit over the head time and again with “mobile first” and “mobile only”. Those of us building software since before the iPhone have hacked our brains, our processes, our companies, to ensure we start thinking “mobile…

31 January 2016

Brewr.io source code released

Hacker News

Brewr was designed as a tool to automatically manage your development environment. The vision was that a company would be able to sign-up and generate their "local development environments" through an easy to use GUI editor. Once that was done companies…

31 January 2016