6 Tips to Stack Your Job Search with Confidence

By Mitchell Robertson on

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.

READ MORE

AWS Without Breaking the Bank

By Roger Huba on

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?).

READ MORE

How I earned my AWS Certified Cloud Practitioner certification

By David Lee on

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.

READ MORE

Build Your Own Home Cyber Range: Part 2

By David Lee on

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.

READ MORE

Build Your Own Home Cyber Range: Part 1

By David Lee on

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!

READ MORE

Mapping data for fun and profit: Part 2 of the Code Fellows “Mastering Arrays” series

By John Cokos on

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!

READ MORE

Up Your Coding Game: Learn More with Code Fellows Tutoring Program

By Heather Cherewaty on

Discover more ways Code Fellows is dedicated to helping students become confident, knowledgeable, and career-ready software developers.

READ MORE

Learning to Code: 5 Paths to Becoming a Software Developer and How to Enhance Your Skills Along the Way - Part 4

By Heather Cherewaty on

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.

READ MORE

Learning to Code: 5 Paths to Becoming a Software Developer and How to Enhance Your Skills Along the Way - Part 3

By Heather Cherewaty on

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.

READ MORE

Learning to Code: 5 Paths to Becoming a Software Developer and How to Enhance Your Skills Along the Way - Part 2

By Heather Cherewaty on

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.

READ MORE

Learning to Code: 5 Paths to Becoming a Software Developer and How to Enhance Your Skills Along the Way - Part I

By Heather Cherewaty on

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.

READ MORE

Taking Command: Three Ways the Command Line Can Help You Write Better Code

By Michelle Ferreirae on

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?

READ MORE

How to Choose a Stack, Part 5: Java

By Steve Geluso on

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.

READ MORE

How to Build a Web App, Part 4: Marketing and Promotion

By Lauren Sauser on

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?

READ MORE

How to Build a Web App, Part 3: Pushing It Live

By Sarah Fischer on

Well done! You’ve successfully planned and built your project. Here’s how to get it on the web.

READ MORE

How to Build a Web App, Part 2: Writing the Code

By Sarah Fischer on

Okay, you’ve checked off everything in Part 1 and are ready to start writing some code. What now?

READ MORE

How to Build a Web App, Part 1: The First Steps

By Sarah Fischer on

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.

READ MORE

[Tutorial] How to Upload Files Using the AWS SDK Gem

By Andrew Sinner on

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.

READ MORE

Sudoku Solver from Scratch in JavaScript (TDD Style): A Tutorial

By Matt Merkes on

As a JS noob, it can be tough to come up with ideas to practice your skills.

READ MORE

How to Set Up Your First Minispec Project from Scratch

By Ivan Storck on

Get a simple ruby project going, the right way.

READ MORE

Quick intro to Gulp.js

By Jake Chapman on

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.

READ MORE

3 Battle-Tested Ways to Install PostgreSQL

By Ivan Storck on

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:

READ MORE