John Nyingi

John Nyingi @j0nimost

About: Backend Dev

Location:
Nairobi, Kenya
Joined:
Feb 22, 2017

John Nyingi
articles - 15 total

[Boost]

FastCloner – deep cloning done right Matěj Štágl ・ Jan 8 ...

Learn More 0 0Jan 9 '25

JSONSerializer meets Source Generators

With the release of .Net 6.0, we saw the introduction of Source Generators in the JsonSerializer...

Learn More 3 0Dec 1 '23

What is the best way to copy an array?

Once in a while, you come across a problem where you have an array a and you want to copy its values...

Learn More 10 0Oct 7 '23

Making a Math Interpreter: Wrap Up

Finalizing

Learn More 1 0Sep 23 '21

Making a Math Interpreter: Parser

Making the Parser

Learn More 4 1Sep 22 '21

Making a Math Interpreter: AST

Adding AST

Learn More 1 0Sep 21 '21

Making a Math Interpreter: The Lexer

Adding the Tokens, Lexer and Unit Tests

Learn More 2 0Sep 21 '21

Making a Math Interpreter: The Setup

A series on how to make a simple Math interpreter

Learn More 4 0Sep 20 '21

Optimizing GoLang Package

Memory and CPU Optimization

Learn More 2 3Sep 11 '21

Implementing Distributed Cache on SQL Server using .Net

The different types of cache and how to implement them.

Learn More 27 1Jun 2 '20

How do you handle Burnout(s)🔥?

How to rejuvenate yourself/others after falling victim to burnouts

Learn More 19 7Feb 2 '19

Debugging Python in VS Code

How can we debug code in VS code

Learn More 64 0Jan 28 '19

Why does PostgreSQL have pg_locks

Why is it PostgreSQL maintain a non multithreaded db

Learn More 5 8Jan 27 '19

Setting Up PEP8 and Pylint on VS Code

This is a simple tutorial on how to set up linting tools for python

Learn More 94 16Jan 15 '19

Using Codecov With Travis-CI (pytest-cov)

How to integrate pytest-cov testing tool kit to generate reports for Codecov in Travis-CI pipeline

Learn More 9 2Jan 10 '19