ILLYA KYSIL

Experienced Software Architect and Developer

Blog About

Type Pattern Matching - CORBA Style

```java package io.github.ikysil.javaplayground.narrow;

Read More

Type Switch with Functional Java 8

```java package io.github.ikysil.javaplayground.typeswitch;

Read More

Implementing Fluent Builder with Functional Java 8

```java package playground;

Read More

Switching JVM on Ubuntu with Bash

Just add following to your .bash_aliases: ```bash alias resetjdkpath=’ PATH=echo $PATH | sed -Ee 's/[/]usr[/]lib[/]jvm[^:]+//g' | sed -Ee 's/:+/:/g' ‘

Read More

You're up and running!

Welcome, brave new world.

Read More
Illya Kysil's DEV Profile