DEV Community

Gajus Kuizinas profile picture

Gajus Kuizinas

Open-source engineer interested in JavaScript, PostgreSQL and DevOps. Follow me on Twitter for outbursts about startups & engineering.

Work

Contra

Integrating Fastify with Slonik

Integrating Fastify with Slonik

Comments
7 min read

Want to connect with Gajus Kuizinas?

Create an account to connect with Gajus Kuizinas. You can also sign in below to proceed if you already have an account.

Already have an account? Sign in
Integrating Slonik with Express.js

Integrating Slonik with Express.js

1
Comments 2
8 min read
Routing queries to read-only PostgreSQL replica in Node.js

Routing queries to read-only PostgreSQL replica in Node.js

15
Comments 7
3 min read
Building advanced SQL search from a user text input

Building advanced SQL search from a user text input

3
Comments
1 min read
Fully qualified names vs a jungle of imports

Fully qualified names vs a jungle of imports

16
Comments 1
2 min read
Migrating from Cypress to Playwright using GPT3

Migrating from Cypress to Playwright using GPT3

11
Comments 2
1 min read
Slonik v30 added sql.type, sql.date, sql.timestamp and sql.interval

Slonik v30 added sql.type, sql.date, sql.timestamp and sql.interval

9
Comments
1 min read
Validating PostgreSQL results & inferring query static types

Validating PostgreSQL results & inferring query static types

26
Comments
4 min read
The most important ESLint rule: max-params

The most important ESLint rule: max-params

55
Comments 9
2 min read
Enable HTTPS keepAlive in Node.js

Enable HTTPS keepAlive in Node.js

53
Comments 2
2 min read
What makes a good commit

What makes a good commit

12
Comments
3 min read
Testing in production vs staging

Testing in production vs staging

5
Comments
3 min read
Designing microservices with shared databases

Designing microservices with shared databases

4
Comments
2 min read
semver: v1 vs v1000

semver: v1 vs v1000

6
Comments 8
2 min read
My first CV (from 10 years ago)

My first CV (from 10 years ago)

12
Comments 1
4 min read
How I got my first Node.js job

How I got my first Node.js job

29
Comments 7
2 min read
.gitignore mistake that everyone makes

.gitignore mistake that everyone makes

60
Comments 15
1 min read
The Magic of Engineered Serendipity

The Magic of Engineered Serendipity

2
Comments
3 min read
Using Node.js sourcemaps with Node.js and Babel

Using Node.js sourcemaps with Node.js and Babel

10
Comments 2
2 min read
The case for * { margin: 20px }

The case for * { margin: 20px }

68
Comments 11
3 min read
6 tips for remote job seekers

6 tips for remote job seekers

55
Comments
3 min read
How to execute effective daily standups using Slack?

How to execute effective daily standups using Slack?

7
Comments
2 min read
Solving social isolation

Solving social isolation

7
Comments
3 min read
Building a Slack bot (is surprisingly hard)

Building a Slack bot (is surprisingly hard)

2
Comments 1
4 min read
Weekends project: Analytics for Open-Source communities

Weekends project: Analytics for Open-Source communities

29
Comments 1
1 min read
Stack Overflow is leaking user emails

Stack Overflow is leaking user emails

115
Comments 11
2 min read
Mocking PostgreSQL queries in Node.js

Mocking PostgreSQL queries in Node.js

13
Comments 1
2 min read
Ultimate guide to concurrent logging in Node.js

Ultimate guide to concurrent logging in Node.js

65
Comments 3
5 min read
Using HTTP proxy with Puppeteer

Using HTTP proxy with Puppeteer

17
Comments
2 min read
How to terminate a HTTP server in Node.js?

How to terminate a HTTP server in Node.js?

20
Comments 1
2 min read
Why IMDb IDs cannot be trusted and why not to use padded IDs

Why IMDb IDs cannot be trusted and why not to use padded IDs

10
Comments 1
2 min read
Ensuring healthy Node.js program using watchdog timer

Ensuring healthy Node.js program using watchdog timer

46
Comments
3 min read
A declarative way to cache PostgreSQL queries using Node.js

A declarative way to cache PostgreSQL queries using Node.js

69
Comments
4 min read
Preventing unhandled promise rejections in async functions

Preventing unhandled promise rejections in async functions

39
Comments 4
2 min read
Detecting a promise that will never resolve/ reject

Detecting a promise that will never resolve/ reject

9
Comments
2 min read
The definitive guide to the JavaScript generators

The definitive guide to the JavaScript generators

50
Comments 3
7 min read
Using DataLoader to batch SQL queries

Using DataLoader to batch SQL queries

14
Comments
7 min read
When not to use package-lock.json

When not to use package-lock.json

198
Comments 48
2 min read
Mistake that cost thousands (Kubernetes, GKE)

Mistake that cost thousands (Kubernetes, GKE)

119
Comments 10
6 min read
Offsetting named anchor and scrollIntoView position.

Offsetting named anchor and scrollIntoView position.

6
Comments 1
2 min read
Capturing stdout/ stderr in Node.js using Domain module

Capturing stdout/ stderr in Node.js using Domain module

9
Comments
3 min read
Logging in Browser

Logging in Browser

72
Comments 1
3 min read
My favorite CSS hack

My favorite CSS hack

3262
Comments 95
2 min read
dev.to is shadow-banned on Reddit

dev.to is shadow-banned on Reddit

67
Comments 24
1 min read
Dynamically generating SQL queries using Node.js

Dynamically generating SQL queries using Node.js

104
Comments 26
6 min read
loading...