Finding Your Rhythm For Better Productivity

We have looked at a few ways to improve productivity through the early podcast episodes.  However, we have only touched on the idea of rhythm and how it can make or break us.  Habits are hard to break, whether good or bad and those are the things that drive our natural rhythm Know When You Are At Your Best The first step in getting productive is to determine what works for you.  There are some variations each of us can embrace.  Unfortunately, what works for you, may cause me all sorts of problems.  In general, we need to determine whether we work better in the morning, mid-day, evening, or late night.  Then we need to determine the good “blocks” of work for... Read more

Excellent Resources For Brand Design

I have to admit that the Develpreneur icon and banners are not designed by me.  I used a site called 99 Designs for this work.  I have a few skills and none of them are brand design.  Thus, I outsourced that work so I could have something that was effective. Brand Design: Play To Your Strengths Many (maybe even most) of us have passable design skills at best.  We are visionaries or technicians, but not very good at creating appealing artwork.  There is no shame in this.  We all have our strengths and weaknesses.  In fact, the sign of a good manager and leader is the ability to delegate weaknesses to those that can offset them.  If you are great... Read more

Product Catalog Selenium Appcelerator web services Customizing WordPress Plugins Report

Commercial Software Launch – Did You Forget Anything?

Commercial software is a great way to earn a living as a developer. Unfortunately, there are many details we have to cover before releasing our “baby” to the public.  Many of these features are well known.  However, they are quickly forgotten in the excitement of completing a project.  This presentation goes into some of the common areas we leave off our checklist before launching that product. Commercial Software is Unique A software product is the same no matter who you release it to, right?  Wrong.  Commercial software has expectations and unspoken requirements that are very different from other types.  Your software for personal use can be very sloppy and still useful.  The next step up is internal software for a company. ... Read more

rds

Amazon RDS – Put Your Database in The Cloud

The list of Amazon services includes several database options.  We have covered Aurora in a past article but now move to Amazon RDS.  It is a service that allows you to move your database into the cloud without worrying about a server.  As usual, Amazon has that covered. Free Tier Eligible Although you can always place a relational DB on your free EC2 instance, you can also use RDS to get additional free resources.  The first year of your AWS account allows for the following (taken from their site). 750 hours of Amazon RDS Single-AZ db.t2.micro Instance usage running MySQL, MariaDB, PostgreSQL, Oracle BYOL or SQL Server (running SQL Server Express Edition) – enough hours to run a DB Instance continuously each month 20 GB... Read more

Version Control – The Key To Modern Development

When best practices are considered for development, version control has become a normal facet of any modern coding.  Many integrated development environments now include integration to some version control by default.  In fact, Git is often assumed as the tool of choice.  That being said, we still need to use these tools properly. Version Control Requires Regular Usage The most common failing I find with new developers is a lack of actually using the tool correctly.  Although committing code is rarely more than a few button clicks and providing a comment, it still seems too much for many coders.  I say this because may shops have code commits on a weekly or less frequent basis.  I also see comments that are empty or... Read more