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 that return int . But let’s starts from a theory. The definition...
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 that return int But let’s starts from a theory. The definition of...
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. Sources will be available at the bottom of...
Most of the day we spend answering and sending emails. Therefore, correctly configured email box can increase your productivity and free up the time for other aspects of the work. There are couple options to make our work with Gmail with maximum convenience: Undo send. It gives us ability to cancel almost send email in specified cancellation period of time, which in some cases might be useful....