DEV Community

# backend

Posts

👋 Sign in for the ability to sort posts by relevant, latest, or top.
How to create a join query with Knex

How to create a join query with Knex

22
Comments 2
3 min read
Pragmatic developer: Learn architecture and design patterns. Using ORM and ActiveRecord

Pragmatic developer: Learn architecture and design patterns. Using ORM and ActiveRecord

17
Comments
16 min read
Query a database with Knex

Query a database with Knex

7
Comments
3 min read
Serverless Architecture: Hype or Godsend?

Serverless Architecture: Hype or Godsend?

8
Comments 1
7 min read
GRANDstack Access Control - Query Translation Strategy

GRANDstack Access Control - Query Translation Strategy

7
Comments
6 min read
Database seeding with Knex

Database seeding with Knex

30
Comments 3
3 min read
Knex Migrations

Knex Migrations

15
Comments 2
2 min read
Part 1. GenServer — Elixir/OTP

Part 1. GenServer — Elixir/OTP

6
Comments
5 min read
Question: How do you differentiate a Junior from a Senior?

Question: How do you differentiate a Junior from a Senior?

5
Comments 1
1 min read
Creating a Simple Express JWT Authentication Middleware with Express-Kun (No need of setuping Passport!)

Creating a Simple Express JWT Authentication Middleware with Express-Kun (No need of setuping Passport!)

27
Comments 9
5 min read
Rolling back a migration in Knex

Rolling back a migration in Knex

19
Comments 2
3 min read
What tech stack should be known in 2020?*

What tech stack should be known in 2020?*

10
Comments
2 min read
Migrations in Knex

Migrations in Knex

19
Comments
3 min read
How to use Knex migrations to change database schema

How to use Knex migrations to change database schema

12
Comments
3 min read
Configuring Knex in an Express application

Configuring Knex in an Express application

10
Comments
3 min read
Building an Express Application with Express-Kun, a functional-paradigm express helper - Part 1 (Intro and Setup)

Building an Express Application with Express-Kun, a functional-paradigm express helper - Part 1 (Intro and Setup)

9
Comments
4 min read
Configuring Knex

Configuring Knex

17
Comments
4 min read
Updating a record with Knex in a REST API

Updating a record with Knex in a REST API

13
Comments
3 min read
Creating data with Knex in a REST API

Creating data with Knex in a REST API

5
Comments
2 min read
Sending Message To Specific Anonymous User On Spring WebSocket

Sending Message To Specific Anonymous User On Spring WebSocket

9
Comments
7 min read
Backend For Frontend - Using Node.js

Backend For Frontend - Using Node.js

50
Comments 2
2 min read
Knex query builder in a REST API

Knex query builder in a REST API

14
Comments
3 min read
Angular User Registration & Login using Busywork as a Backend

Angular User Registration & Login using Busywork as a Backend

7
Comments
8 min read
Creating database queries with Knex

Creating database queries with Knex

10
Comments
3 min read
The advantages of using query builders

The advantages of using query builders

7
Comments
3 min read
API data persistence with relational databases

API data persistence with relational databases

10
Comments
3 min read
API data persistence with relational databases

API data persistence with relational databases

6
Comments
2 min read
[VIDEO]Refactoring Endpoints with Relationships in a Swift API 🌚♥️🌝(Swift 5.1/Vapor 3)

[VIDEO]Refactoring Endpoints with Relationships in a Swift API 🌚♥️🌝(Swift 5.1/Vapor 3)

5
Comments
1 min read
[VIDEO] Creating Model Relationships in a Swift API 🌚♥️🌝(Swift 5.1/Vapor 3)

[VIDEO] Creating Model Relationships in a Swift API 🌚♥️🌝(Swift 5.1/Vapor 3)

6
Comments
2 min read
API data persistence

API data persistence

9
Comments
3 min read
Deploying a Node application to Heroku, part 1

Deploying a Node application to Heroku, part 1

11
Comments
3 min read
Validate an id with Express middleware, part 2

Validate an id with Express middleware, part 2

9
Comments
2 min read
Validate an id with Express middleware

Validate an id with Express middleware

17
Comments 1
4 min read
Working with the request object in Express.js

Working with the request object in Express.js

16
Comments
3 min read
How to create Middleware methods in Express.js

How to create Middleware methods in Express.js

14
Comments
3 min read
RDBMS or NoSQL: The question that pops up with every new project!

RDBMS or NoSQL: The question that pops up with every new project!

13
Comments 8
2 min read
User Authentication in Webflow using Busywork. Part 1: Setup & User Sign Up

User Authentication in Webflow using Busywork. Part 1: Setup & User Sign Up

11
Comments 1
8 min read
Working with a REST API

Working with a REST API

39
Comments 1
3 min read
Building an API with Express and Node.js

Building an API with Express and Node.js

62
Comments
4 min read
Deleting a resource via HTTP DELETE

Deleting a resource via HTTP DELETE

10
Comments
4 min read
Adding data to a database through a REST API

Adding data to a database through a REST API

27
Comments
4 min read
Read data from a database with a data model

Read data from a database with a data model

35
Comments
3 min read
An experimental typesafe back-end micro-framework for Elm

An experimental typesafe back-end micro-framework for Elm

7
Comments 2
7 min read
Working with a data model in Express

Working with a data model in Express

17
Comments
3 min read
Back-end API development with Node.js and Express

Back-end API development with Node.js and Express

84
Comments 2
4 min read
[VIDEO] Writing CRUD operations for a Swift API 🍭🍦 (Swift 5.1/Vapor 3)

[VIDEO] Writing CRUD operations for a Swift API 🍭🍦 (Swift 5.1/Vapor 3)

10
Comments 1
1 min read
How to handle a GET request with Express

How to handle a GET request with Express

13
Comments
3 min read
Back-end API development introduction

Back-end API development introduction

34
Comments
4 min read
[VIDEO] Getting your Swift API interacting with a MySQL database 💾 (Swift 5.1/Vapor 3)

[VIDEO] Getting your Swift API interacting with a MySQL database 💾 (Swift 5.1/Vapor 3)

6
Comments
1 min read
[VIDEO] Creating APIs using Swift?? 🥴 Hi Vapor (Swift 5.1/Vapor 3) 07:11

[VIDEO] Creating APIs using Swift?? 🥴 Hi Vapor (Swift 5.1/Vapor 3)

8
Comments
1 min read
Node vs PHP

Node vs PHP

45
Comments 73
1 min read
How to become a full-stack developer

How to become a full-stack developer

7
Comments
3 min read
What backend are you currently using?

What backend are you currently using?

6
Comments 7
1 min read
How to break out of SDE-I role

How to break out of SDE-I role

8
Comments 3
1 min read
Introducing Kotlin at ING, a long but rewarding story

Introducing Kotlin at ING, a long but rewarding story

6
Comments
11 min read
Use defaultdict() to handle missing keys in a dictionary

Use defaultdict() to handle missing keys in a dictionary

10
Comments
1 min read
My experience with MercadoLibre's Mutant challenge

My experience with MercadoLibre's Mutant challenge

6
Comments
5 min read
Learning Node.js & Express (4)

Learning Node.js & Express (4)

6
Comments
4 min read
Learning Node.js & Express (3)

Learning Node.js & Express (3)

5
Comments
4 min read
Tacotron-2 - Text to Speech, My Speech - Part 1

Tacotron-2 - Text to Speech, My Speech - Part 1

7
Comments
5 min read
loading...