Build Your Own Home Cyber Range: Part 1
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 MOREEver 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 MOREArrays 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!
Discover more ways Code Fellows is dedicated to helping students become confident, knowledgeable, and career-ready software developers.
READ MOREAre 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 MOREAre 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 MOREAre 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 MOREAre 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 MOREThe 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 MOREJava 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 MOREYou’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 MOREThe 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 MOREModern 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 MOREAs a JS noob, it can be tough to come up with ideas to practice your skills.
READ MOREGet a simple ruby project going, the right way.
READ MOREHas 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 MOREHaving 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