Web Dev
-
HTTP web server for Chrome to test local web applications
If you are writing HTML and JavaScript on your PC and testing the output in your browser without setting up…
Read More » -
Render Markdown in Rails with Redcarpet and SmartyPants
Rendering Markdown in your Rails app is pretty simple, thanks to the Redcarpet gem. We’ll set up a helper to…
Read More » -
Interactive REST hacking with Sublime Text and RESTer
Do you ever miss a command line to a web application? If you’re lucky, you may use a REST API…
Read More » -
How to write effective and SEO-friendly blogs?
Everybody around you seems to be blogging and talk about effective and SEO-friendly content. You get all of this but don’t know…
Read More » -
An Introductory Analysis of CoffeeScript
For the last six months, I have been working a project that exclusively uses CoffeeScript for both the front end…
Read More » -
Always in view paradigm in web
I was thinking about writing the next post in my blog and remembered one well-known paradigm I used in my…
Read More » -
Developing stateless (session-less) web apps
Almost all of the web apps we build nowadays (at least on the circles I usually move around) rely on…
Read More » -
PHP vs node.js: The REAL statistics
When it comes to web programming, I’ve always coded in ASP.NET or the LAMP technologies for most part of my…
Read More » -
Direct Server HTTP Calls in Protractor
When you’re running end-to-end tests, chances are that sometimes you need to set up the system before running the actual…
Read More »