PLATFORM
  • Tails

    Create websites with TailwindCSS

  • Wave

    Start building the next great SAAS

  • Pines

    Alpine & Tailwind UI Library

  • Auth

    Plug'n Play Authentication for Laravel

  • Designer comingsoon

    Create website designs with AI

  • DevBlog comingsoon

    Blog platform for developers

  • Static

    Build a simple static website

  • SaaS Adventure

    21-day program to build a SAAS

Teri Eyenike

@teri

435 Points 1 Followers

8 Posts

0 Answers

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

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,...

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...

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...

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 per...

How to create a proxy server on Heroku

## The Cross-Origin Resource Sharing (CORS) Error Have you encountered this error? ![Screen Shot 2020-08-07 at 00.40.44.png](https://cdn.hashnode.com/res/hashnode/image/upload/v15967573873...

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,...

Create a Video Landing Page with HTML and CSS

![Video Landing Page.gif](https://user-images.githubusercontent.com/25850598/126910873-3310d532-0edc-4a5c-867f-8a7a3ac319cf.png) If you want to be a better front-end developer, one of the ma...