Bentil Shadrack

Bentil Shadrack @qbentil

About: Software Engineer || Promoting & sharing educative tips & resources from Devs💻 and for Devs💻| Buy me a ☕ https://www.buymeacoffee.com/qbentil

Location:
Accra, Ghana
Joined:
Sep 2, 2021

Bentil Shadrack
articles - 47 total

From REST to GraphQL: Why and How I Made the Switch

As a software engineer with 4+ years of experience building REST APIs, I’ve always appreciated the...

Learn More 49 4Dec 28 '24

Swagger & Express: Documenting Your Node.js REST API

In today's fast-paced development world, building an API is only half the battle. The other half is...

Learn More 25 2Sep 27 '24

Effective Unit Testing for REST APIs with Node.js, TypeScript

REST APIs, or Representational State Transfer Application Programming Interfaces, are a set of rules...

Learn More 27 2May 25 '24

Advantages of IDE: How Does It Enable Faster Development

An Integrated Development Environment, commonly known as an IDE, is a comprehensive software suite...

Learn More 14 0Mar 22 '24

The Evolution of User Experience (UX) Design in the Digital Age

In the fast-paced and ever-evolving landscape of the digital age, User Experience (UX) design stands...

Learn More 17 5Jan 12 '24

Use SQL without Databases

We have some csv/xls files as the following shows: SQL is suitable for handling those data,...

Learn More 18 8Dec 15 '23

6 AI tools that feels illegal to know🤖

Introduction: Over the years, AI has revolutionized the way we work and interact with...

Learn More 134 8Dec 5 '23

The Open-source SPL Boosts MongoDB Computing Ability

MongoDB is a typical NoSQL database. Its document-oriented structure makes both storage and access...

Learn More 56 4Nov 14 '23

Future of AI Development: CodiumAI's VSCode extension

Writing reliable and error-free code is a never-ending task in the fast-paced field of software...

Learn More 35 6Nov 9 '23

Docker vs. Kubernetes: A Comparative Study

In today's fast-paced world of software development and deployment, containerization stands out as a...

Learn More 48 6Oct 6 '23

Diagramming and Database Design📊🔍💡

In today's data-driven world, efficient management of information is critical for the success of...

Learn More 40 7Aug 13 '23

How to Dockerize your Application

Containerization has become a game-changer in the continually changing world of software development...

Learn More 35 3Aug 13 '23

Monoliths vs. Microservices: Breaking Down Software Architectures

In today's fast-paced and ever-evolving digital landscape, choosing the right software architecture...

Learn More 30 5Aug 5 '23

Increasing productivity: Best practices for React beginners.

As a newbie in React.js development, comprehending essential principles and adhering to...

Learn More 18 21Jul 5 '23

Converting JavaScript codebase to TypeScript

In our dynamic realm of web development, JavaScript has long been the go-to language of choice. Its...

Learn More 116 12Jun 23 '23

Harnessing the Power of Pair Programming: The Art of Coding Together

In the world of software development, where innovation and efficiency reign supreme, a dynamic...

Learn More 20 0Jun 12 '23

Top 6 PHP code quality tools 2023

PHP is a popular programming language for web development that powers a large number of websites and...

Learn More 83 11May 30 '23

Deploy TypeScript REST API on Render using Docker

Introduction TypeScript arguably offers the best of both worlds: the flexibility of...

Learn More 7 0May 20 '23

Top 5 Design Practices of a RESTFUL API using Express.JS

As more and more web applications move towards a microservices architecture, building and maintaining...

Learn More 25 3Apr 25 '23

Why are relational databases useful🤷🏻‍♂️

In today's data-driven world, information is king. From customer profiles to financial transactions,...

Learn More 16 2Apr 18 '23

Complete roadmap to become a pro in MERN STACK🚀

Are you looking to become a master of web development and create robust, scalable, and feature-rich...

Learn More 121 21Apr 7 '23

Relational database vs nosql: A Beginner's Guide

Databases are the backbone of modern data-driven applications. From e-commerce websites to social...

Learn More 13 0Apr 3 '23

Top 5 MERN STACK projects to improve your practical understanding🚀

In my journey to becoming a MERN STACK developer, I have come to appreciate building projects as a...

Learn More 244 53Mar 28 '23

Axios to consume REST API in React

Introduction Today, most applications build consume data from an API. These API centric...

Learn More 11 6Jan 31 '23

5 VSCode Extensions to increase Productivity

Visual Studio Code is an editor first and foremost, and includes the features you need for highly...

Learn More 33 0Jan 19 '23

Understanding MongoDB Aggregation Pipeline

In most of my REST API I have built, MongoDB has been my go to NoSQL database. MongoDB is arguably...

Learn More 9 2Jan 9 '23

What is Asynchronous JavaScript?

One word every JavaScript developer finds it common in most tutorials or documentation is...

Learn More 36 3Jan 4 '23

React Hooks vs. Redux

In developing and application, Data management is an important concept used by developers to minimize...

Learn More 188 42Dec 29 '22

Do I need TypeScript?

Introduction Being a JavaScript developer today comes with more flex. It has been one...

Learn More 13 2Dec 24 '22

Top 5 API testing tools 2022

Introduction Implementing an API is a useful method for adding unique functionality to a...

Learn More 186 37Dec 14 '22