Skip to main content
Gun.io Home

News

How to build a world-class remote engineering team

This is Chapter Two of the five-part series: “Ultimate Guide for Building & Managing Remote Technical Teams.” We won’t bury the lead here: good hiring and management strategy is good hiring and management strategy, whether your team is remote or local. The difference? Remote engineering teams allow for growth and directional change more fluidly than […]

How to make money as a freelance software developer with Gun.io

We’re often asked what sets Gun.io apart in the freelance platform space, for clients and freelancers alike. As a platform built by engineers, for engineers, we can answer confidently that our differentiator is our commitment to incredible talent – our Professional Freelancers. If you read our piece on building a world-class remote team (or if […]

Using Zappa and Flask to build serverless microservices

Today, I’m going to show you how to write and deploy serverless microservices using Flask and Zappa. If you’re new to Flask, you’ll see just how easy is. However, if you prefer Pyramid, Bottle, or even Django, you’re in luck, because Zappa works with any WSGI-compatible framework!

5 ways to hire iOS developers faster

1. Know Your Market You should hire an iOS developer when you have a clear understanding of what you want and have decided that it should be for the Apple mobile market. Do you know much about your target market – do any of them use Android? 

How to hire DevOps

DevOps is the latest big trend in hiring. Everybody is talking about DevOps, and everybody wants them. So, what the hell are DevOps, why do you need them, where can you find and hire DevOps and what should you be looking for? This guide will hopefully demystify some of that for you.

6 tips to hire a Node JS developer

JavaScript has the broadest reach of any programming language. Thanks to Node.js, JavaScript can be used for everything from making command line tools and cloud services to desktop apps and embedded systems.

How much to charge as a freelance computer programmer

The theme music of this post is: Clipse – We Got it For Cheap (NSFW). This post is intended for young, competent programmers who are looking to start making their livings as independent, contract programmers – probably high schoolers, college students or recent college graduates. I won’t be discussing specific figures, but rather a strategy […]

How to do a Git log search

So, you want to search your git commit logs. Good news! It’s really easy to find something in your git log, and I’m going to show you how to do it. If you use git, you’re probably already familiar with the classic UNIX string searching tool, ‘grep.’ (If you already know about grep but want […]

Storing multi-line strings in JSON with JSONLint

JSON is an extremely rigid schema, which can be great, but it’s definitely not without its shortcomings. The largest of shortcoming, in my mind, is the inability to store multi-line strings in JSON. It is something that can be particularly annoying for storing things like structured text and public keys in JSON for later interaction […]
1 9 10 11