- Hey, there!

Programming

in

simple

words.

You can read my blog, view my guides
or learn more about me.

const

userInfo =

{

name:

'

Oguzhan

' ,

surname:

'

Olguncu

' ,

location:

'

Istanbul/Turkey

',

technologies:

[

'

Javascript

',
'

Typescript

',
'

React

' ]

};

Profile Photo of Oğuzhan Olguncu

Oğuzhan Olguncu

Engineer, mentor blogger.

Latest Articles

View All

2023-07-19

Write Your Own JSON Parser with Node and Typescript

Reading Time: 16 min

Popular Articles

View All

Projects

Microfrontend with Module Federation, Typrescript and React

Microfrontend project withReact,
Typescript, andModule Federation to bootstrap federated applications.

Lottery Smart Contract with Solidity

Smart contract written inSoliditywithReact, andTypescript for the client. Running on Ropsten network.

Hezarfenn Scripting Language

An interpreted language written inTypescriptwith hand-written lexer and parser. Supports closure, inheritance and conditions.