The Blog:

What happens when you search "Web developer Saltillo" ?

There's an area in SEO called "Niche Site Optimization" that refers to almost always small, specialized websites that appeal to only a narrow, targeted market rather than commonly used, wide spread topics. A Web Professional should have its own website Just like many professionals, I believe in dogfooding one's creations. A couple of years ago, I decided to test a lot of my self-learned SEO techniques in my own website and net properties. I chose a small, localized list of long-tail keywords that would make my site visible to very

   

So I am a technical book reviewer for published works

I've worked on a few books as a Technical reviewer. I'm quite proficient in CSS frameworks and I was invited to review the work in this book about Zurb's excellent Foundation Framework. I worked in Packt's Learning Zurb Foundation I highly recommend this book if you want to get started in development with this great framework. It really speeds up development and gives you quite a few good ideas. I think of this as a nice achievement since English is not my native language and I did get to work

   

DevOps, Agile, Scrum, Lean et al: It's just Engineering

I try to keep in touch with modern methodologies, trends, practices and the tools they provide you. I enjoy learning and tweaking and upgrading the status quo of several areas of knowledge, both professional and general. It's not a "professional journey" but rather, constant intellectual evolution. And it's not only in Software Engineering/Web development/Project Management (my main professional interest), but rather, I apply them to the way I live my life, think and act. I'm old enough to have seen a few trends emerge in Software Development, become

   

Why I'm absent from Social Media

You might've noticed I don't keep an active social media presence, rather, they're just additional communication channels for very specific purposes. I used to have very active Facebook and Google+ Profiles, but a couple of incidents made me abandon them. While I can't talk about the security concerns, I can comment on the poor user experience I encountered in these services: Facebook's Security Failure An unknown application got permissions on my account and started spamming every single post I had access to. I was not using any app nor I

   

Useful Javascript snippet for CDN Loading

Small snippet for Ghost, load asset first from a CDN to minimize the server requests or load from our local source if it's unavailable (we take advantage of Handlebars path expressions): <script type='text/javascript' src='//ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js'></script> <script>window.jQuery || document.write('<script src="{{asset "js/jquery.min.js"}}"><\/script>')</script> Remember: YOU own your availability