In order to take a leap to find a rewarding new career in tech it will take grit and determination, confidence, support, and a strong support team. In your quest to become a professional in tech, leveling up your skills while stacking your job applications can lead to multiple offers and higher pay.
Imagine you are following along in an online tutorial that will walk you through creating a cloud-based API to serve up some data from an AWS EC2 instance, connected to a database. You complete the tutorial and end up with this great API. You decide to share it with your friend who will “ohh and ahh” at your site. A month later you get an email from AWS that mentions a bill is due. To your surprise, the bill is over $300. WHAT? HOW? No way! What do I do now? How do I keep this from happening ever again?
In this article, I’ll offer the essential guidance you need to keep this from happening to you (again?).
Hey David! Congrats on passing the AWS Certified Cloud Practitioner exam. Why did you decide to take the exam in the first place?
Thanks! Every modern technology professional should be adapting to the paradigm shift that is cloud computing. With AWS’ dominance in the cloud marketplace and the rapid post-pandemic adoption of cloud services by businesses reinventing service delivery, it’s a competitive necessity to have at least a foundational cloud certification on your LinkedIn.
In part 1 of this three-part blog series, we looked at how to get a home cyber range started in order to host a threat detection ecosystem via VirtualBox. We deployed a Dell Precision T3600 along with VirtualBox, a budget-friendly computer model selected to support additional CPU cores. Next up, we will need to establish remote connectivity to conveniently access the command line, the screen, and the file system in order to treat this computer like a true dedicated server.
Ever wondered how cybersecurity pros simulate threats in a safe manner? Join me in this first entry in my series all about how I built my own affordable home cyber range, and how you can too!
Arrays are an amazing way to store lists of data. But let’s be honest, they’re not always easy to work with… especially when the array is made up of complex objects, and you’re being asked to deliver just a sliver of it. Fear not, .map() to the rescue!
Are you learning to code or looking to improve your technical skills? Join us for a 5 part blog series on the many paths to a career in Tech and how you can improve your skills, and your job prospects, along the way! Monthly, from September through January, we’ll be exploring various learning mediums and how to best leverage those resources for success. We’ll cover free online tutorials and courses, coding schools/bootcamps, CS degree programs, interview prep, and continuing education. You can find September’s blog on “The Self-guided Route” here, October’s blog on “The College Route” here, and November’s blog on “The Code School Route” here.
Are you learning to code or looking to improve your technical skills? Join us for a 5 part blog series on the many paths to a career in Tech and how you can improve your skills, and your job prospects, along the way! Monthly, from September through January, we’ll be exploring various learning mediums and how to best leverage those resources for success. We’ll cover free online tutorials and courses, coding schools/bootcamps, CS degree programs, interview prep, and continuing education. You can find September’s blog on “The Self-guided Route” here and October’s blog on “The College Route” here.
Are you learning to code or looking to improve your technical skills? Join us for a 5 part blog series on the many paths to a career in Tech and how you can improve your skills, and your job prospects, along the way! Monthly, from September through January, we’ll be exploring various learning mediums and how to best leverage those resources for success. We’ll cover free online tutorials and courses, coding schools/bootcamps, CS degree programs, interview prep, and continuing education. You can find September’s blog on “The Self-guided Route” here.
Are you learning to code or looking to improve your technical skillset? Join us for a 5 part blog series on the many paths to a career in Tech and how you can improve your skills, and your job prospects, along the way! Monthly, from September through January, we’ll be exploring various learning mediums and how to best leverage those resources for success. We’ll cover free online tutorials and courses, coding schools/bootcamps, CS degree programs, interview prep, and continuing education.
The command line is a tool that can get in your way, or make complicated problems easier to solve. How can developers use the command line in their day-to-day development work?
Java is powerful. It’s one of the most established, trusted programming languages in the software industry. Computer science programs teach it, and it helps companies big and small build secure, performant platforms.
You’ve spent countless hours preparing your web app for “The Market” . . . but what now? Do the people you’ve imagined using your product actually exist? And if so, how do you find them?
The process of building a web app starts long before you write your first line of code. Here’s how to make a plan and what tools you’ll need before opening your text editor.
Modern hosting services like Heroku offer only ephemeral storage, meaning you can’t keep files on the server. When users need to upload their own files, you’ll need your Rails app connected with an external file system. This tutorial explains how to upload files to a Rails app using the AWS SDK gem.
Has the time already come for me to hang up the old and put on the new? Let’s dig into what Gulp.js is and why I’m considering switching from Grunt.js.
Having run over 100 students through my Ruby on Rails courses, I’ve come up with some straight forward ways to install PostgreSQL without too much pain. Here is how I do it: