TechFlask

Creating software, breathing life

Search...
  • Blog
  • About me

TechFlask

Close

Golang

Sorted Array To Balanced BST with Golang

Given an array where elements are sorted in ascending order, convert it to a height balanced BST. Today we going to learn how we can do it in Go (Golang). Here link in Wikkipedia for those who forgot what is all about. The rest is just a technique 🙂 //Node represent basic entity type Node struct {… Continue Reading

May 17, 2017 jviaches Development, Golang
Continue Reading

Implementing Fibonacci series in Golang

Since we working with Go, it’s good time to play a bit with Fibonacci numbers.  First of all it’s great in case of learning a new programming language and second, we will try to analyze a bit recurrent function and write it’s short iterative implementation. As a bonus we will write function that return function… Continue Reading

October 8, 2015 jviaches Development, Golang
Continue Reading

Simple TODO list in Go [Tutorial]

In this post i will introduce some basic (real basic) web development in go. We will start to implement TODO list and at the end of this topic it would’t be perfect but it will compile and show us proper results. May be in following topics we will continue to develop and expend this project…. Continue Reading

October 5, 2015 jviaches Development, Golang
Continue Reading

Hi Golang

I think I falling in love for the first time after years of software development. I believe it should happen at least once to each software engineer, who truly loves what he does. It wasn’t love from the first sight. I felt something strange, something completely different from knowledge i gain till this point. But… Continue Reading

September 19, 2015 jviaches Development, Golang
Continue Reading

Popular

Recent

Random

  • Step by step Dependency Injection tutorial with Ninject

    January 13, 2016 3 Comments
  • О связи чакр с Тета Хилинг.

    November 16, 2020 2 Comments
  • Offline mode or little game of Chrome

    August 4, 2016 2 Comments
  • О связи чакр с Тета Хилинг.

    November 16, 2020 2 Comments
  • 963HZ – Meditation music

    July 17, 2020 Leave a comment
  • 528Hz – Whole Body Regeneration – Meditation

    July 15, 2020 Leave a comment
  • Hiding information in an image

    December 20, 2016 Leave a comment
  • Filter columns in DataGrid

    May 16, 2013 Leave a comment
  • Траектория рутины

    February 6, 2017 Leave a comment
Copyright TechFlask.com @ 2013