Skip to content
  • Email
  • LinkedIn
  • GitHub

Jump Start into Programming

How-To start …

Category: Windows Programming

Python and C meet Boost

July 15, 2021July 15, 2021 Andrew KirikGeneral

In the previous post we created C library and used it in Python code. And you noticed how much time we spend on memory management. Is there a way to make our life easier? Yes,[…]

Continue reading …

Python meets C

May 5, 2021July 13, 2021 Andrew KirikProgramming

Python becomes more and more popular. It has lots of libraries one can use. But if you need to do complex calculations it’s not very effective. Better approach would be create CPU consuming part in[…]

Continue reading …

Flutter

April 30, 2021April 30, 2021 Andrew KirikCross-platform

Flutter is UI SDK which allows you to create cross-platform GUI applications. It was created by Google, but it’s open-source project. Flutter uses Dart as a language. Flutter was introduces in 2018. Let’s create our[…]

Continue reading …

Qt + CMake = Easy Life

September 3, 2019 Andrew KirikTools

Do you want to be able build GUI application once and run it on Window and Linux? Qt might be the answer.Also in this lesson we will be using cross platform build tool named CMake.[…]

Continue reading …

.NET Core (or “No Hands” programming part 2)

November 24, 2018March 20, 2019 Andrew KirikUnix Programming

Today we are going to create Hello World application without writing single line of code. And we are going to create Hello World application on Windows but we will test in on Linux. Java again[…]

Continue reading …

GoogleTest, Unit Test for C++

April 2, 2018March 20, 2019 Andrew KirikUnit Test

There are several unit test frameworks for C/C++ but we will take a look at Google Test. First you will need to download and build it. It’s available here. Follow the instructions how to build[…]

Continue reading …

Python

September 12, 2017September 13, 2017 Andrew KirikProgramming

Python is very similar to Perl so to save myself some time I would do copy/paste/replace… 🙂 Python is scripting language; that means you don’t compile it to executable, like C/C++, nor compile it to[…]

Continue reading …

Perl

September 11, 2017September 12, 2017 Andrew KirikProgramming

Perl is scripting language; that means you don’t compile it to executable, like C/C++, nor compile it to binary file which executed by special environment, like Java of .Net Core. Instead you write a script[…]

Continue reading …

Ant

September 10, 2017December 26, 2017 Andrew KirikTools

If, after reading Java post, someone is curious if it’s possible to use makefile to compile Java applications – the answer would be yes. But there are better ways to do it. One of them[…]

Continue reading …

Java, Hello World

September 8, 2017September 12, 2017 Andrew KirikProgramming

Compiling Java sources won’t produce executable which could be run independently. It produces binary code which is executed by Java. So in order to run Java program you need Java to be installed. Just to[…]

Continue reading …

Posts navigation

Older posts
  • Home
  • About
  • Contact
  • WinDbg
  • Links

Search

About This Site

Ever wanter to try something but didn’t know where to start? I might be able to help…

Recent Posts

  • Python and C meet Boost
  • Python meets C
  • Useful Links
  • Flutter
  • WebAssembly, part II

Categories

  • Android Programming
  • Arduino
  • Continuous integration
  • Cross-platform
  • Debugging
  • Embedded Programming
  • General
  • Microchip
  • Microcontrollers
  • Programming
  • Raspberry Pi
  • Source Control
  • Tools
  • Unit Test
  • Unix Programming
  • Web Development
  • Windows Programming

Tags

.Net .Net Core Android Ant Arduino AWS C C++ c-sharp C/C++ Click cloud CMake Curiosiry Curiosity Debugging git GUI HTML Java JavaScript Jenkins JUnit Linux make makefile MCC Microchip Microcontroller MikroElectronika MySQL Perl PHP PIC PIC16F Proteus Python Qt Tools Travis CI Web WebAssembly WinDBG Windows xUnit

Search

Categories

  • Android Programming
  • Arduino
  • Continuous integration
  • Cross-platform
  • Debugging
  • Embedded Programming
  • General
  • Microchip
  • Microcontrollers
  • Programming
  • Raspberry Pi
  • Source Control
  • Tools
  • Unit Test
  • Unix Programming
  • Web Development
  • Windows Programming
Proudly powered by WordPress | Theme: Oblique by Themeisle.