Teri Eyenike

@teri

430 Points 1 Followers

8 Posts

0 Answers

I am a software developer with a keen interest in building products for the web.

Teri Eyenike · 2 years ago

Data Visualization Using Chart.js and Gatsby

Data visualization is a way of presenting large unorganized datasets in an organized and valuable way. Data representation can take on many different forms like charts -  bar, pie, doughnut,...
5

Teri Eyenike · 2 years ago

How to Build a Web Scraper With Node.JS

How do you increase productivity, especially when you want to multi-task and achieve so much in so little time? We have all encountered situations when our lead in an organisation instructs...
2

Teri Eyenike · 2 years ago

What is memoization in JavaScript?

Memoization is a specific form of caching used in dynamic programming. Caching is a way to speed our programs and hold some data in an accessible box for later use. It stores the pre-compute...
3

Teri Eyenike · 2 years ago

How to use the ReactJS useEffect hook

The useEffect hook, which listens for changes, is a hook that executes a block of code when something changes or a function is triggered. Essentially, the useEffect hook lets you perform sid...
3

Teri Eyenike · 2 years ago

Process Images with Python PIL

Have you ever felt stuck trying to convert, resize, apply a filter to images with the aid of a design tool like Photoshop or Illustrator? With Python, we can achieve this with just basic scr...

Teri Eyenike · 2 years ago

How to create a proxy server on Heroku

The Cross-Origin Resource Sharing (CORS) Error Have you encountered this error? This error occurs when working with APIs in your application code, and these bugs creep up every time you try...
5

Teri Eyenike · 2 years ago

5 HTML SEO Tips To Rank Higher in Google

Introduction In this article, we will learn some new tips and insights on the most important HTML tags that you might have come across when setting up the structure of an HTML document, but...

Teri Eyenike · 2 years ago

Create a Video Landing Page with HTML and CSS

If you want to be a better front-end developer, one of the many projects you are bound to do is building a landing page. Whether it is embedded with a video or just a page mixed with images...
4

Loading More Content