tech/webdev magazine

March 26, 2015

Node.js Production Checklist

Thursday, March 26, 2015 Teklinks

Previously we talked about Node.js best practices then best practices again and how to run Node.js in production. In this post I'd like to give you a general checklist what you should do before going to production with Node.js. Most of these points are not just applying to Node.js, but every production systems.

Full article

Google Maps ganha informação de trânsito melhorada em Portugal

Thursday, March 26, 2015 Teklinks

Saber o estado do trânsito é factor fundamental para planear as rotas mais eficientes, e o Google passa a dar-nos dados melhorados para quem percorre as estradas de várias cidades portuguesas. Há muito que o Google Maps continha informação sobre o trânsito nas estradas nacionais, mas eram dados que apenas se aplicavam às vias principais.

Full article

Top 10 Common Node.js Developer Mistakes

Thursday, March 26, 2015 Teklinks

Since the moment Node.js was unveiled to the world, it has seen a fair share of both praise and criticism. The debate still continues, and may not end anytime soon. What we often overlook in these debates is that every programming language and platform is criticized based on certain issues, which are created by how we use the platform. Regardless of how difficult Node.js makes writing safe code, and how easy it makes writing highly concurrent code, the platform has been around for quite a while and has been used to build a huge number of robust and sophisticated web services.

Full article

How To Create an Node.js App Using Sails.js on an Ubuntu VPS

Thursday, March 26, 2015 Teklinks

The lines that the user needs to enter or customize will be in red in this tutorial! The rest should mostly be copy-and-pastable. Sails.js makes it easy to build custom, enterprise-grade Node.js apps. It is designed to mimic the MVC pattern of frameworks like Ruby on Rails, but with support for the requirements of modern apps: data-driven APIs with scalable, service-oriented architecture.

Full article

bendc/frontend-guidelines

Thursday, March 26, 2015 Teklinks ,

HTML5 provides us with lots of semantic elements aimed to describe precisely the content. Make sure you benefit from its rich vocabulary. Make sure you understand the semantic of the elements you're using. It's worse to use a semantic element in a wrong way than staying neutral.

Full article