Free Post Setting up bash scripts I'm a developer and I also admin my websites - hobby, startup or even business oriented. What bores me to death is doing the same thing over and over again. I think if there is a proccess that can only be done in one
Free Post Meteor.js: global <head> attributes with iron router Iron:router can use a default layout template to define what every page looks like. Very comfy. Router.configure({ layoutTemplate: 'layout' }); But then how do we set the global title and make the site mobile friendly with <head> attributes? Just create a
Free Post Effective Programming by Jeff Atwood - table of links I love programming and I love codinghorror.com. Jeff Atwood is a good writer and with each post I learn about programming, the industry and life itself. So it only made sense for me to buy his "greatest hits" collection - a
Free Post Online sources to learn programming This is a list of sources that will help me figure out how to best construct a new programming course. It doesn't contain everything Google can find, but rather the interesting picks that seem to have valuable information. This list may change in time.
Free Post linux Choosing the best Linux As I see it, choosing one out of the hundreds of Linux distros is easy. You've just got to have your priorities straight. There are many aspects to a good operating system, but these are the three "can't live without" points: Third
Free Post meteor Movie at My Place I love my new site. It started as a fun way to experiment with design. The idea was to throw all preconceptions out the window and see what I can come up with from scratch. I picked the most simple idea I could and
Free Post linux My Linux Setup Ever since I started programming, Linux has been my friend. Simply because the software I use is tailored for it. It's been years and going to Windows or Mac doesn't seem like an option. Though I must say Apple makes great laptops. Let me
Free Post meteor Email subscription in Meteor with Mailgun Email is still the most reliable way of messaging online. It is universal, it is not owned by anyone, it's got the most users out of any messaging system in the world, it's easy to use. This is why I prefer email newsletters. This
Free Post digitalocean Mailgun + DigitalOcean DNS Settings Updated: 2020-04-10. Here's a free automated tool I made for fun so you don't have to go through this tutorial (it'll save you a good 20 minutes). This is the most popular blog post I have with 500 visitors a month. Saving 20 minutes
Free Post Sending email with Meteor and Mailgun Disclaimer: The simplest way to send email with meteor is probably using the email package. This guide helps understand Mailgun API. Mailgun API has fortunately made it quite easy for JavaScript applications to send email. Feels like The Meteor Way to me. AND they
Free Post meteor Hosting multiple instances of Meteor on DigitalOcean UPDATE: As Galaxy is out and Meteor Up is not being actively developed I'd suggest you save your headaches and just go with Galaxy. As per request, here is how I’ve made my server managing with Meteor.js easy. I’ve got a