RSSAmplifier

Blog

Abdisalan Mohamud

Mostly ramblings and what I'm up to

abdisalan.comRSS feed ↗11 posts

Latest posts

Haskell Language Server on Doom Emacs

Quick setup for Haskell on emacs that I use.

The Tragedy of Running an Old Node Project

You want it to just work. But it resists.

SQL Practice Question: Newest Dog & Owner

It seems simple, then it's challenging, then it's easy!

Why I don't Use OFFSET for Pagination

It's slow, inefficient and not resilient to change.

1 Weird CSS Property You Should Use In Your Next Web Project

Are you tired measuring the width of your divs? Well measure no more with this new handy css property!

How To Download A File using ReasonML

How to prepare any file for downloading!

How to handle Forms in ReasonML using ReasonReact

I explain how to capture form events using the ReactEvent module from ReasonReact.

I Think I'm Making An App: Part 2

I've reached the prototype stage! You can now use the code theme engine to make your own code themes using prismjs with gatsby

I Think I'm Making An App: Part 1

I want to show my process. How I go from concept to code then product. Hope this helps inspire your own method for making apps!

Trying out Reason React

Finally got some time to try out React in ReasonML! Here's what I've learned!

Diving into ReasonML as a Javascript Dev

Trying ReasonML! It's a pretty cool language