develpreneur podcast

Three Key Skills For Database Developers

Relational databases are an essential piece of many modern solutions.  Thus, most developers have some exposure to SQL within the first few years of their careers.  Nevertheless, there are a few skills that separate database developers from others.  These three areas make a significant difference between those that want to stick out from their peers. Understand Joins (Inner, Outer, etc.) Relational databases are all about the relationships among data.  That means you are limited in how you can utilize these tools until you can leverage the relationships as part of a query.  Database relationships, at their most simple, will be among tables.  That leads to joins.  If you are struggling to understand how to join data from two (or more)... Read more

develpreneur podcast

Productivity Habits To Start Your Day Right

  One of our often stated goals is to make progress on our goals every day.  That leads us to look for ways to create daily habits that promote progress and productivity.  In this episode, we look at three productivity habits you should adopt for a proper mindset before getting into the craziness that many days become.  These are easy to do and highly recommended among modern productivity gurus. List Your Goals For The Day The simplest thing you can do to start your day is to make a plan.  Likewise, the simplest plan you can make is a list of tasks.  This habit can end your day or start it, but in either case, the goals are to set... Read more

develpreneur podcast

Three Everyday Applications For Developer Productivity

We live and breath technology.  Thus, most of us have several everyday applications for developer productivity.  While each of us has our way to work and preferred applications, there are three options you should look into.  These are personal favorites and great ideas to up your game in a short time. Codacy Static code analysis is one of those areas where developers do not do an excellent job of using the tools available.  That can be a significant problem in our goal to become better developers.  Therefore, I chose my favorite as our first application.  Codacy is more a site than an application in the traditional sense.  Nevertheless, this SAAS solution can help you improve your code quality in minutes. ... Read more

develpreneur podcast

Three Technical Certifications To Advance Your Career

There are many ways to advance your career and earning potential.  A degree is one path.  However, technical certifications tend to be easier to earn and equally as valuable.  The process of going through a certificate track is an excellent way to learn new skills and validate them for others.  The challenge with this path is to select the technical certifications that are best for pay and the latest jobs. AWS Solution Architect/Google Cloud Architect Everyone has heard about the Cloud.  Unfortunately, that does not equate to a lot of highly-skilled resources being available for the needed work.  While there are several Cloud vendors in the industry, the Amazon and Google platforms are the most popular.  There is a lot... Read more

develpreneur podcast

Three Important AWS Services Developers Should Know

We spent an entire season going over Amazon AWS services at a high level.  That shows how many options you have available in that world.  However, there are some options that are more important AWS services to know.  These are the core offerings upon which many other services are built.  Thus, it provides a good foundation for growth. Elastic Compute Cloud (EC2) The first of our important AWS services is the Elastic Compute Cloud.  The short name for this service is EC2.  This service provides a virtual machine.  While the size, power, and storage can all vary, at its core, EC2 is a virtual machine.  There is a free tier option for this service that will allow you to create... Read more

develpreneur podcast

Three Important Development Languages For Your Career

In this episode of three things for improving your career, we look at important development languages.  This is not a look at a primary language.  There are a few good options, and the best will depend on your situation as well as where you live.  These will provide you more tools for solving problems while enhancing your resume in crucial areas. Javascript Frameworks (React or Angular) Javascript has grown into a language that is used in a lot of development.  There are even situations where a javascript framework can create an entire solution.  There are several frameworks available.  However, the good news is that once you learn one, the others will be comfortable to use as well.  The popularity of... Read more