Become a member
Sign in
Ivan Szebenszki
Ivan Szebenszki

Ivan Szebenszki

3 Following
4 Followers
  • Profile

  • Claps

Latest

Ivan Szebenszki
Ivan Szebenszki
Oct 27 · 1 min read

Functional programming with Ramda — part 2.

I started to use Ramda.js in a couple of projects and solving code challenges for companies I am interviewing for, and I found it very easy to use. The code I…

Ivan Szebenszki
Ivan Szebenszki
Oct 20 · 2 min read

Functional programming with Ramda

I started to use Ramda.js in a couple of projects and solving code challenges for companies I am interviewing for, and I found it very easy to use. The code I can write…

Ivan Szebenszki
Ivan Szebenszki
Oct 13 · 1 min read

Currying

Recently I started to learn functional programming and I am going to write a series of short blogpost about it. I want to keep them short, just to summarise what I learnt. Today’s topic is…

1

Ivan Szebenszki
Ivan Szebenszki
Jul 3 · 1 min read

useAPI

For my final project at Flatiron school I used my own Ruby on Rails API as well as external API. Most of the API calls are GET requests, so in order to make those calls I wrote a custom React Hook based on Henrik Sommerfeld’s blogpost.

useAPI

Ivan Szebenszki
Ivan Szebenszki
Jun 11 · 2 min read

Styling React components

There are several way to style React components; we can simply import CSS files and add classes to DOM elements, we…