Posts under : code


This page describes all the posts related to #code

Posts

Haskell Type signatures

Haskell is static typed language, that means it has to know all the types at compile time and not runtime. But in certain cases like polymorphism, Haskell does something smart to assess the type, through type inference.

  

JShell & experimenting JDK features in MacOS

With the six monthly release cadence of java, it is of paramount that we can experiment with its EarlyAccess releases quickly and on an ongoing process. Otherwise with the pace java is moving, keeping up with it would be difficult. And Jshell seems to me to be a very good tool to those experimentations.

  

Build and Deploy docker images

Docker is an open platform for developing, shipping, and running applications. Docker enables you to separate your applications from your infrastructure so you can deliver software quickly.

  

Testing a Rapidoid rest api

In this post i will try to explain how to write an integration test for rest apis written using Rapidoid.

  

Rapidoid

Rapidoid is extremely fast and lightweight framework for building rest apis. In this post I will be writing how to get started just by writing a few a lines of code.

  

Haskell Getting Started

Haskell is a pure functional language

  

Welcome to Jekyll!

Jekyll is a simple static site generator. This post is to help understand Jekyll and how to get started.

     

About

Kuldeep

I'm engineering lead currently living in Bengaluru,India.