Develpreneur Blog • Latest
Latest Posts
Fresh thinking, practical patterns, and lessons that compound — built for developers who want to ship, lead, and build momentum.
In this second episode of the Creating a Software Solution series we look at the clickable demo. This tactic is used to help speed software design and becoming very common. However, an effective clickable…
Product Catalog: An Overview on the Basics and Design
If you are building an online store or just need a place to record your inventory then chances are you are looking to build a Product Catalog.
Amazon VPC – Your Virtual Private Cloud
As we continue our tour of Amazon services, we come to the VPC service. This service is not a part of their free tier, but instead one of the enterprise-focused offerings. This service allows you…
Amazon ElastiCache – High-Speed Access to Your Data
We have looked at several resources AWS provides. These include databases, disk storage, and processing. Now we turn to a way to access system memory via the ElastiCache service. What is an In Memory…
Why its counterproductive to lose sleep over a project or deadline
Due to the high pace world we live in many of us often choose to forgo sleep in order to get more done. However, is losing sleep really productive?
Amazon Rekognition – Easy Facial Recognition
One of the best things about being a developer is the ability to create cool solutions to problems. Of course, as technology advances the definition of cool does as well. For example, the latest…
Amazon CodeStar – A Complete Development Environment
During our tour of AWS services, we have touched on several developer tools. We still have several to go, but the recently announced CodeStar is a better way to dive into these services. CodeStar is…
Creating Use Cases and Gathering Requirements
Starting a Project Right When you look at statistics about how often IT projects fail or come up short it is hard to ignore properly defining the problem. Two of the most common themes in…
Amazon Aurora – Enterprise Database
We have looked at storage and server options from Amazon. Thus, now it is time to look at one the database options. Amazon Aurora is a relational database solution that is an excellent step…
Configure Apache For HTTPS
Take the guess work out of Apache HTTPS configuration. Follow the simple steps on how to add HTTPS/SSL encryption to your Apache web server.