Ephraim Atta-Duncan
Ephraim Atta-Duncan

Ephraim Atta-Duncan

Follow
homebadgesnewsletter
Tag

General Programming

#programming

More content

Read more stories on Hashnode


Articles with this tag

Recursion in JavaScript and React Components

Dec 12, 20225 min read

Introduction Recursion, in its essence, is a method of problem-solving that employs the solution to be expressed in terms of itself. This means that a...

Recursion in JavaScript and React Components

Use Preact in Next.js 13

Nov 27, 20223 min read

Introduction Next.js uses React by default. In this blogpost, I want to replace React with Preact and compare the build differences. Preact is a...

Use Preact in Next.js 13

Writing a Good Technical Article

Jul 1, 20226 min read

Introduction I used to write poems and short stories. When I became a developer, I felt the urge to write as well. Although I haven't been very...

Writing a Good Technical Article

Use 'await' without an 'async' function

Nov 27, 20203 min read

async/await functions was released in ES7 as a wrapper for Promises and the await keyword was not used without a wrappingasync function. Using await...

Use 'await' without an 'async' function

Creating Your Own JavaScript Syntax

Nov 25, 202040 min read

Header by Maggie Appleton Today we are going to create our own syntax in JavaScript. For simplicity sake and easy understanding, we will stick to a...

Creating Your Own JavaScript Syntax

50 Essential Tips for Every Developer.

Oct 18, 20203 min read

Whether you are starting to program or you are twenty years into your career, there is something here for you. Enjoy! 1. You are never ready. That's...

50 Essential Tips for Every Developer.