Nitzan Ohana
Nitzan Ohana's Blog

Nitzan Ohana's Blog

Follow
homebadges

10 indicators you work in a healthy development environment

Feb 9, 20236 min read 391 views

Motivation Over the past 6+ years, I’ve been helping startup companies to start and scale as a freelancer. I’ve worked and met dozens of them in all...

10 indicators you work in a healthy development environment

6 issue boards every team should know

Nov 1, 20217 min read 203 views

Why do you need good boards? When starting a new product/project we usually begin with managing a small number of short lived issues (bugs and...

6 issue boards every team should know

How to add generic pagination to swagger

Sep 11, 20216 min read 8.6K views

In this article you'll learn how to design and implement a reusable swagger pagination solution to any RESTful API. I assume you already know what...

How to add generic pagination to swagger

Onboarding developers like a pro

Mar 1, 20218 min read 1.0K views

Or: Why they leave your company too soon · As a freelancer in the last few years I had the pleasure of both onboarding myself and having a lot of “first...

Onboarding developers like a pro

Adding hashnode to Gatsby websites

Jan 3, 20213 min read 298 views

If you are reading this you probably have two things: A Gatsby website (mydomain.com). A Hashnode blog somewhere else (blog.mydomain.com). Although...

Adding hashnode to Gatsby websites

Linting docker containers

Dec 9, 202010 min read 723 views

The problem Setup The general solution Husky + Lint Staged ("do-it-yourself" method) Lefthook ("all-in-one" method) 🥊 The problem When developing in...

Linting docker containers