Day of the Programmer

Sep 12

Day of the Programmer

Tweet 256 day of the year it’s not just an ordinary day, it’s a Day of the Programmer. Well, congratulations, my dears! And let such nightmares as errors in the release, periodic failures for unknown reasons, and memory leaks you can avoid šŸ™‚ P.S. I had all these nightmares...

Read More

Knowledge Day with IT-Jam 2012

Jul 30

Knowledge Day with IT-Jam 2012

Tweet The first of September. Young children go to school with large bags and flowers, and big kids are going to the most anticipated in the Kiev IT-event of the fall, but without bags and, of course, no flowers. This year, we will communicate in 5 areas to suit all tastes: .NET, QA, Web Development, and the Mobile Java (hope for Java and .NET pavilions will be located far enough away from each other, given the perennial holy warsĀ of developers). By the way, on IT Jam site are presented various Community Spots (.NET, IOS, Agile, etc.) and registration still open. Well, see you on September 1 in NSK “Olympic”! And let everything be in the jam šŸ™‚...

Read More

Competition for Programmers Organized by the ā€œInfopulseā€

Jun 20

Competition for Programmers Organized by the ā€œInfopulseā€

Tweet A few days ago Iā€™ve participated in the competition for programmers organized by the “Infopulse”, which was held in honor the company being at Habrahabr for one year. There were very interesting puzzles for fans of “tuning up” mind after work. It was necessary to determine the programming language in 6 tasks, find a line with an error, correct it and justify your correction. The one, who sent correct answers first, was given tickets for the match Sweden-France, a part of our Euro 2012. The first tasks were only for a start, later they got more difficult, and I struggled for a very long time with the last one. It was an assembler for the DCPU-16, which could only be debugged using an emulator. Oh, the employees of the ā€œInfopulseā€ company! They have really puzzled a girl šŸ˜‰ Result: I didn’t win, @MarkAblov was the first to send the right answers, but the competition was informative....

Read More

Meeting With Italian Scientists

Jun 04

Meeting With Italian Scientists

Tweet A meeting with Italian scientists from the University ā€œLa Sapienzaā€ (Italy) was held on May 31 (as a part of the development of our nanosatellite). Filippo Graziani a Professor, engaged in the development of space technology, and his assistant came to the NTU ā€œKPIā€ (TEF), and we spoke in detail about each subsystem. For many years, Filippo has been successfully engaged in the development of satellites; under his leadership, the three satellites of the University of Rome were launched together with other foreign spacecraft by the RS-20 rocket as a part of the ā€œDneprā€ program (the ā€œUnisatā€ series). Guests communicated only in English, so I also presented a subsystem (data processing subsystem) in English. Scientists were quite friendly; his assistant asked most of the questions; Filippo listened attentively and occasionally commented on what was happening. The university of Rome has already a number of projects in collaboration with universities in other countries. For example, our colleagues from Russia, led by Professor Ovchinnikov, participated in the development of the Unisat-3 satellite, which was launched from the Baikonur Cosmodrome on the 28th of June 2004. Russian students and teachers developed a system of magnetic orientation. Now the Italians are interested in Ukrainian developments, and it cannot but please...

Read More

.NET Saturday in SkyPoint

May 27

.NET Saturday in SkyPoint

Tweet Iā€™ve visited the .NET Saturday organized by the Ciklum Company on May 26. I’ll tell you a little bit about my impressions. The program was really nice, exactly as the organizers warned. There were: Eugene Zharkov ā€“ ā€œWindows 8 Metro App: JavaScript Dark Sideā€; Petr Afanasiev ā€“ ā€œPerfect API: ASP.NET Web API inside!ā€; Sergey Koshel ā€“ ā€œWhen optimistic lock is not a case (.NET/SQL)ā€; Vitaliy Domnikov ā€“ ā€œF# – To Iterate is Human, to Recurse, Divineā€; Alexandr Ivanitskiy ā€“ ā€œXAML – a markup language for WPF, Silverlight and Metro applicationsā€. In addition to the main screen, there was an additional screen installed for tweets with the CiklumNETĀ hashtag, which perfectly entertained the audience. It is a pity that I couldnā€™t attend all the lectures, but Vitali’s lecture on F# made a great impression on me, however, the lecture by Alexander was saved only by trolls twitting about cups, women, and dresses. So, from now on, I will visit meetups in Ciklum more frequently. Oh yes, I almost forgot. I promised to try F# and finally did it.Ā The program is the calculation of factorial of the n number. Click to toggle codeblock 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 // Create function for calculating factorial let rec factorial n = match n with | 0 -> 1 | _ -> n * factorial (n - 1)   // using System open System   Console.Write(@"Enter n = ") let n = Convert.ToInt32(Console.ReadLine())   // Calculate and write result let result = factorial n Console.Write(@"Result = ") Console.WriteLine(result) // Create function for calculating factorial let rec factorial n = match n with | 0 -> 1 | _ -> n * factorial (n - 1) // using System open System Console.Write(@"Enter n = ") let n = Convert.ToInt32(Console.ReadLine()) // Calculate and write result let result = factorial n Console.Write(@"Result = ") Console.WriteLine(result) It is really possible to write programs on this functional language quite quickly and efficiently if you want to work with math functions. Dark side is the same: you have to think...

Read More

Master’s degree

May 21

Master’s degree

Tweet Well, yeah! The masters (computer systems analysts) came to surf the big world of information technologies (and subjected it to great danger šŸ˜‰ ). Thanks to all our lecturers. P.S. My topic: “Software for internal communication of nanosatellite...

Read More
We #StandWithUkraine.
Learn how you can help too!

#Stand­With­Ukraine

We don't know how long the war will last. But what we do know is that we can't stand aside and watch.

The fastest way you can help too is to support Ukraine financially. The National Bank of Ukraine (NBU) has opened a multi-currency account for that purpose. Learn more

This account accepts donations in US, Canadian and Australian dollars, euros, British pounds, Swiss francs, yuan and yen.

UA823000010000032302338301027

Also accepting cryptocurrency donations ā€“ the fastest way to help. Learn more

BTC ā€“ 357a3So9CbsNfBBgFYACGvxxS6tMaDoa1P

ETH, USDT (ERC-20) ā€“ 0x165CD37b4C644C2921454429E7F9358d18A45e14

If you want to volunteer in the army of Ukraine and help with deeds, then here are specific instructions how to do this: Learn more

Spread the word!