Raspberry Pi 4 Dev Server
In this tutorial, I will show you how to set up a Raspberry Pi 4 as a development (or testing) server. You can use this as a place to push your code and test it in a web browser. For the demo, I’ll use a React application, but with a …
What's the big deal with Pop!_OS?
Note: There’s a new version of Pop!_OS, 20.10 and I’ve reviewed it here. A new Linux distribution has been popping up in discussion circles everywhere, it’s Pop! OS. What is it and why are people so crazy about it? …
Analyzing Attacks on my Server
I was casually doing a security audit on my blog recently and decided to look a little deeper into my security logs. With a bit of Linux command line kung fu, some Golang, and Google sheets, I was able to get a pretty good idea of where the …
Trying out the Pinebook Pro - a $200 ARM Laptop
The Pinebook Pro is a $200 laptop that runs a couple of ARM processors, and it promises a lot. Does it deliver? After what seemed like an eternity waiting, mine arrived and here’s what I think. I used this thing for a few days …
The Developer Tool You Can't Live Without
I’m introducing a text / code generation tool that you will fall in love with. If you’re a developer or someone who works with text or tabulated data you need this tool. It’s called Nimble Text and it’s awesome. …
How Blazor is Going To Change Web Development
A couple of weeks ago I wrote an article about building and deploying a Blazor app without touching a Windows machine and realized maybe I should take a step back and explain what Blazor is and why anyone would use it. It’s still …
Build and Deploy a Blazor App Without Touching a Windows Machine
Do you want to try out Blazor, but you’re not a Windows person? Strictly a Linux developer? We’ll you’re in luck. One of the goals of .NET Core is to be cross platform, so today we’ll see just how “cross …
10 Places to Learn Go
Though it’s now ten years old, Golang (Google’s Go language) is one of the fastest growing languages out there right now. Do you want to learn it? Here are 10 great places to start. 1. Basics of GoLang for Beginners ] Click Here …
A Visual Studio extension that makes you a better developer
It’s a bold claim to say an IDE extension can make you a better developer, but you should install this new Pluralsight extension and see for yourself. What do you do when you run into a coding problem? When I’m working on …
Setting up Golang on Manjaro Linux
Today we’re going to set up a Golang development environment in Manjaro Linux. It’s super easy. I’ve been playing around with Manjaro a lot lately and it’s a pretty cool distribution, it’s based off Arch Linux, …