­

3 WAYS TO IMPLEMENT FIBONACCI SERIES IN GOLANG

9:09 PM
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...

Read More...

3 ways to implement Fibonacci series in Golang

9:17 PM
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...

Read More...

Simple TODO list in Go [Tutorial]

9:13 PM
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...

Read More...

Customize gmail experience

8:57 PM
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....

Read More...

Inspiration

Motivation video

10:29 AM
A large part of my nature is to constantly move forward in spite of everything: of failure, ups and downs, joy or sorrow. I constantly learning from anything i experience. I look at it the same way as the natural process of breathing or a natural smile on face of a standing smiling man. Since the constant movement always creates friction, I always...

Read More...

HI GOLANG

5:40 PM
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 sometimes people prefer their warm and very familiar...

Read More...

.NET

Update UI from task (Task schedulers)

8:00 AM
Sometime we need to update UI from a task. In order to update UI we should run or return result in UI thread. But it seems to impossible since all tasks run on threads provided by ThreadPool. But still, we can achieve updating UI from the task by using synchronization context Task Scheduler. First we will see an approach and then we will...

Read More...

.NET

C# Task.ContinueWith() method

9:55 AM
We all worked with ContinueWith() method but there are some interesting and useful facts we should be aware of. First of all lets remember what is Continuation regarding the Tasks. When we looking for this definition in MSDN , we see following: Creates a continuation that executes asynchronously when the target Task completes. Lets see an example: Task task1 = Task.Factory.StartNew(() => Console.Write ("creating...

Read More...

.NET

C# Task - Attached and Detached Child Tasks

12:00 PM
Developers can define parent-child relationships between task. The main idea is, parent task is completed when all its children tasks are completed. Example1:         private static void childrenTasksExample()         {             var parent = Task.Factory.StartNew(() =>             {                 Console.WriteLine("Parent...

Read More...

Inspiration

Perception shift

11:49 PM
Lately i was experienced a rough and kinda intense period: a lot of things required my nearly immediate attention and response. It came simultaneously from different life aspects: academic (MSC degree), personal, family,organizational and etc. Neither i was prepared for such pressure, nor i had an idea how to handle all this. At that point i have discovered "task priority" which is one...

Read More...

.NET

Threads vs Tasks in C#

4:10 PM
Today my point of interest is Thread vs Task. Finally i had a little amount of time between projects to dive deeper in order to "examine" the difference. Actually when you ask people what is the difference you hear a lot of different things but the feeling that this point is not organized enough for me. So i decided to clarify this point...

Read More...

Crowdfunding

Kickstarter: PowerUp - Unbelivably founded project

9:17 AM
Looks like sometimes simple idea may become very popular and provide larger income that author can imagine to himself. This is exactly happened to the Shai Goitein, author of Smartphone Controlled Paper Airplane on the KickStarter. ...

Read More...

Crowdfunding

Google Ventures Review 2013

2:00 AM
Bill Maris - founded Google Ventures (GV) in 2009 ...

Read More...

Crowdfunding

NFC Ring

1:00 AM
NFC technology is a data exchange format and based on existing radio frequency-identification (RFID) technology. RFID have a wide usage mostly among companies that working with a bulk of products on a daily basis. ...

Read More...

Crowdfunding

CIRCUIT SCRIBE: DRAW CIRCUITS INSTANTLY

8:56 AM
There is a lot of interesting projects funded on Kickstarter. Today we will review some ambitious project which related to the electronic circuits. When some person wants to create electronic circuit, he requires some special electronic parts such as transistors, capacitors, diodes and breadboardin order to test vitality of the design. Analisa Russo from Electroninks Incorporated looked the way for creating low-cost, high-quality...

Read More...

Blog design is updated

1:38 PM
There are passed a lot of time since i wrote my last post. I was busy at work (apparently project management isn't easy as it look like :) ) so i decided to be more active and to continue publishing posts more frequently then now. Anyway i changed UI design and i hope it will be more attractive and convenient for my readers...

Read More...

Popular Posts

Total Pageviews

85,958