Nabil Alamin

Nabil Alamin @arndom

About: another random dev

Location:
Nigeria
Joined:
Dec 14, 2020

Nabil Alamin
articles - 39 total

A Recruiter's favourite tool: Powered by Postmark

This is a submission for the Postmark Challenge: Inbox Innovators.   ❔ What I Built I...

Learn More 14 4Jun 6

Still worth a read 5+ years later

What's my age again? Ben Sinclair ・ Sep 22 '19 ...

Learn More 0 0Feb 8

Integrating Stellar with Next.js, Nuxt 3 and SvelteKit

This is a submission for the Build Better on Stellar: Smart Contract Challenge : Create a Tutorial ...

Learn More 18 0Aug 18 '24

Net Gala: Netlify Img Transforms

This is a submission for the Netlify Dynamic Site Challenge: Visual Feast. What I...

Learn More 6 2May 11 '24

WebDev Docs Workflow

This is a submission for the Coze AI Bot Challenge: Trailblazer. What I Built WebDevDocs...

Learn More 22 12Apr 25 '24

Recreating a GIF with CSS: Earth Day Edition

This is a submission for Frontend Challenge v24.04.17, CSS Art: Earth Day. ...

Learn More 20 8Apr 20 '24

Rewrite Movie/TV endings with AI

This is a submission for the Cloudflare AI Challenge. What I Built A simple site where...

Learn More 24 4Apr 12 '24

Making a simple trivia Game

TLDR I created a trivia game over the past couple of weeks. It's inspired by the Waveform...

Learn More 1 0Feb 29 '24

Play a Game of Tetris generated from your GitHub

What I built I built a site where you can generate and play Tetris based on your GitHub...

Learn More 26 7May 23 '23

Pic Placeholder: categorised image placeholders

Overview of My Submission ⏩ TLDR: Pic placeholder is a stylish image placeholder with 6...

Learn More 9 0Aug 28 '22

Introducing Pic Placeholder

📝Introduction So I saw this hackathon for a while and wanted to participate, mainly...

Learn More 3 0Aug 20 '22

Artsy: Audio to Art

Overview of My Submission   Artsy is a fun app that allows you to record audio and use the...

Learn More 10 0Apr 9 '22

AudioSign: Converting audio to animated sign language (FIN)

This will be the last post for AudioSign as we'll be going into the possible ways it could be...

Learn More 41 2Mar 21 '22

AudioSign: Converting audio to animated sign language (P2)

In the last post, we talked about the idea of taking deepgram and using it to implement a...

Learn More 9 1Mar 17 '22

AudioSign: Converting audio to animated sign language (P1)

📝Introduction Having a category solely for expressing ideas you can't yet fully achieve is...

Learn More 8 4Mar 13 '22

Copy to Clipboard in JS

const copyToClipboard = (txt) => navigator.clipboard.writeText(txt); Enter fullscreen...

Learn More 4 1Mar 10 '22

100 Day Companion

Overview of My Submission Introducing, 100 Day Companion: helping devs complete the 100...

Learn More 5 0Mar 8 '22

View Github Issues as stats in a compact way

My Workflow Issue Stats analyses a repo's issues and then generates a table for quick and...

Learn More 5 0Dec 9 '21

Get a custom Github octocat in your README

My Workflow Octo-my-readme is a github action that takes the github octocat and combines...

Learn More 10 2Nov 28 '21

Animated characters brought to life

Hey guys, I haven't posted for a month partly due to work and also a bit of laziness😓, so I'm...

Learn More 6 0Nov 6 '21

Pull up socials and more from a single email: Kelvin Data API Introduction

Introduction Say Hello to Kelvin Data, an API powered by data from 1.5 Billion people that...

Learn More 6 0Sep 29 '21

Simple HOC in React

Higher Order Components allow for reusability of code and saves you from repeating yourself, it comes...

Learn More 3 0Sep 18 '21

How would I create a widget in react-native

Please I need help figuring out how to convert a view to a widget in react-native, any assistance is...

Learn More 2 0Sep 15 '21

Using CSS to debug strange paddings/margins

This is something I learnt recently while working on makerflow (shameless plug 🤷‍♂️). Anyway, I was...

Learn More 5 0Sep 11 '21

Maker Flow - All your favorite creative dev tools & links in one place

What is Maker Flow ❔ It is a Web app for devs that keeps all your favorite online tools in...

Learn More 1 0Aug 28 '21

4 useful react npm packages for beginners

Hey guys so this is gonna be a brief one where we'll talk about npm packages that I found very useful...

Learn More 0 0Aug 21 '21

How to add a context menu to your chrome extension in react

Intro 💨 Alright so following our last article we were able to create a simple chrome...

Learn More 5 0Aug 14 '21

How to make your React app a Chrome extension

Into 💨 Chrome extensions can be really handy as they provide added functionality and tools...

Learn More 19 0Aug 7 '21

How to make your React App a Progressive Web App (PWA)

Intro 💨 PWAs are great for your apps because; Short loading times and overall better...

Learn More 91 0Jul 31 '21

How to create a simple selected navbar link in react

This is something I recently learnt and thought it could be helpful, here it is: The following is...

Learn More 2 3Jul 24 '21