I'm sitting here looking at the domain to this blog http://codewithintent.com/ it does not look pretty it does not have the glowing https looking back at me it' s a plain boring domain name. I have been wanting to change the domain name with a www prefix. In this … [Read more...] about Should I add www or not?
Web Development
How to setup access to mongodb in production with local clients ( Robomongo HumongouS.io )
"Now I am not a security professional and I don't pretend to play one on the internet" - Rick H. Take this post with a grain of salt. I'm preparing to launch one of my web applications JSecademy. The backend of the application is using mongodb as a datastore. … [Read more...] about How to setup access to mongodb in production with local clients ( Robomongo HumongouS.io )
How I built my web app in less than 4 hours
You have the daunting task to create a web application that will inspire and motivate a new generation of developers. Where to start? The application will need to be super easy to use and be able to serve a large set of data to a user(images, videos, files). Don't … [Read more...] about How I built my web app in less than 4 hours
MEAN.IO Tutorial, PART 6 Moving over to production
This tutorial is now outdated. If you want to stay up to date with the MEAN Stack you will want to check out this Complete Guide instead. Moving over a MEAN application to production For this setup, I am using the following stack to serve my application to … [Read more...] about MEAN.IO Tutorial, PART 6 Moving over to production
MEAN.IO Tutorial, PART 5 Integrating Ghost with MEAN
This tutorial is now outdated. If you want to stay up to date with the MEAN Stack you will want to check out this Complete Guide instead. How to integrate open source projects with MEAN. We are told not to reinvent the wheel, and sometimes that is the right … [Read more...] about MEAN.IO Tutorial, PART 5 Integrating Ghost with MEAN
MEAN.IO Tutorial, building a GOAL’S application from scratch. PART 4
This tutorial is now outdated. If you want to stay up to date with the MEAN Stack you will want to check out this Complete Guide instead. Writing our first lines of code in MEAN.IO We will be completing some of the system requirements and really take our … [Read more...] about MEAN.IO Tutorial, building a GOAL’S application from scratch. PART 4
MEAN.IO Tutorial, building a GOAL’S application from scratch. PART 3
This tutorial is now outdated. If you want to stay up to date with the MEAN Stack you will want to check out this Complete Guide instead. Refactoring code from the MEAN boiler plate We are going to be needing to clean up the project before we can start adding … [Read more...] about MEAN.IO Tutorial, building a GOAL’S application from scratch. PART 3
MEAN.IO Tutorial, building a GOAL’S application from scratch. PART 2
This tutorial is now outdated. If you want to stay up to date with the MEAN Stack you will want to check out this Complete Guide instead. What the heck are we building? It's always a good practice to reflect on what you are building before you ever build … [Read more...] about MEAN.IO Tutorial, building a GOAL’S application from scratch. PART 2
Forking Mean.io
Why MEAN.IO will fail in the long run? If any of you have try to setup your own Angular, Mongo, Express, Node programming stack you know the pains of setting up everything correctly to find out that it's not the "right" way to do things. If you have not used … [Read more...] about Forking Mean.io
Ruby on Rails 4 Flash messages with Bootstrap 3
Alright so you are using bootstrap 3 and ROR 4, now it's time to start adding some alert messages to your application. If it's a simple warning class from bootstrap that needs to be added to a view, why should we create a class then pass a name to a function that … [Read more...] about Ruby on Rails 4 Flash messages with Bootstrap 3