Skip to content

Articles by Solomon Eseme

I am a Software Engineer and Content Creator who is geared toward building high-performing and innovative products following best practices and industry standards. I also love writing about it at Masteringbackend.com. Follow me on Twitter, LinkedIn, and About Me

Building GraphQL APIs With Node

Curious how to use GraphQL with Node.js? We'll walk you through the whole process here with code samples and easy-to-understand explanations.
Reading time
10 min read
Updated date
July 10, 2023
Post type
Blog
Topic
JavaScript Tutorials
Topic
Node.js

GraphQL vs REST: Everything You Need To Know

Not sure how GraphQL and REST differ? We explain everything you need to know, from how they each work to which you should be using.
Reading time
13 min read
Updated date
October 18, 2023
Post type
Blog
Topic
Web Development Tools

Laravel Logging: Everything You Need To Know

Logging is vital to monitoring the health and efficacy of your development projects. Learn how to apply structured logging in Laravel.
Reading time
13 min read
Updated date
August 14, 2023
Post type
Blog
Topic
Laravel
Topic
PHP Frameworks

What Is Nest.js? A Look at the Lightweight JavaScript Framework

Nest.js is lightweight and powerful JavaScript framework with a focus on developer productivity and performance.
Reading time
12 min read
Updated date
July 11, 2023
Post type
Knowledge Base
Topic
JavaScript Frameworks

What Is Nuxt.js? Learn More About the Intuitive Vue Framework

New to Nuxt.js? We'll explain all you need to know to get started with this popular Vue.js-based JavaScript framework.
Reading time
16 min read
Updated date
November 23, 2022
Post type
Knowledge Base
Topic
JavaScript Frameworks
Topic
SMTP
Topic
Vue.js

What is Next.js? A look at the popular JavaScript framework

There are plenty of reasons Next.js is used by so many of the top apps today. Learn all about this popular JavaScript framework.
Reading time
13 min read
Updated date
March 20, 2024
Post type
Knowledge Base
Topic
JavaScript Frameworks

What Is Express.js? Everything You Should Know

Express.js is the most popular backend framework for Node.js. Learn more about this important constituent of the JavaScript ecosystem.
Reading time
11 min read
Updated date
September 13, 2023
Post type
Knowledge Base
Topic
Web Development Languages

Learn How to Create a Headless WordPress Site With Vue.js

Have you been wondering what all the chatter is about headless WordPress? Dive into what it is and learn how to use it to build an app.
Reading time
13 min read
Updated date
March 13, 2024
Post type
Blog
Topic
Headless CMS
Topic
Vue.js

Node.js vs Golang: Which Is Best for Your Project?

Node.js vs Golang — what are the biggest differences behind these two major programming languages that compete for backend development?
Reading time
13 min read
Updated date
September 14, 2023
Post type
Blog
Topic
JavaScript Frameworks
Topic
Node.js
Topic
Web Development Languages

Build a Laravel Live Commenting System

Learn how to use Laravel to build a real-time commenting system that can be integrated into any website or blog to build trust.
Reading time
13 min read
Updated date
January 24, 2023
Post type
Blog
Topic
Laravel
Topic
PHP Frameworks

Everything You Need to Know About Laravel Caching

Learn how to increase software performance and scalability by implementing and manipulating the right caching strategy in Laravel.
Reading time
18 min read
Updated date
August 4, 2023
Post type
Blog
Topic
Laravel
Topic
PHP Frameworks

What’s New in Laravel 9: A Deep Dive Into the Latest Major Release

Laravel 9 comes with new key features. Find out what to expect and learn how to upgrade to Laravel 9, install, and develop with it.
Reading time
7 min read
Updated date
September 14, 2023
Post type
Blog
Topic
Laravel
Topic
PHP Frameworks
Topic
PHP Updates