Menu

Close
  • Home
  • java (29)
  • dotnet (11)
  • algorithms (7)
  • architecture (7)
  • scala (7)
  • javascript (5)
  • polish (5)
  • csharp (4)
  • elektronika (4)
  • hibernate (3)
  • linux (3)
  • unit-testing (3)
  • hardware-review (2)
  • cheatsheet (1)
  • ctf (1)
  • devcon (1)
  • eclipse (1)
  • electronics (1)
  • functional-programming (1)
  • git (1)
  • hacking (1)
  • hardware (1)
  • kotlin (1)
  • low-level (1)
  • other (1)
  • postman (1)
  • powershell (1)
  • regex (1)
  • security (1)
  • sql (1)
  • ssh (1)
  • tips (1)
  • vim (1)
  • windows (1)
Subscribe
Blog Logo Menu

Programming is Magic

A place where I share my thoughts about programming.

Scroll Down
« Newer Posts Page 3 of 18 Older Posts »

Cierpienia młodego Wertera czyli algorytm alfa-beta dla gry kółko i krzyżyk

W tym wpisie przyjrzymy się trudnościom które występują podczas implementacji algorytmu alfa-beta dla gry kółko i krzyżyk. Nie będę tutaj omawiał samego algorytmu, gdyż został on... »

Author image Marcin Chwedczuk on Polish 06 Aug 2020

Nesting monads in Scala

Recently I write a lot of async code. Most of my repository methods return types like Future[Set[T]] or Future[Option[T]]. But as we will see, working with... »

Author image Marcin Chwedczuk on Scala 01 Aug 2020

Useful JDK tools (part 1)

JDK comes with a bunch of handy tools. It’s good to know about them. In this post we will take a look at jps, jstack, jmap... »

Author image Marcin Chwedczuk on Java 10 Jul 2020

iTerm2 cheat sheet

iTerm2 is one of the best terminal emulators for macOS. But to appreciate its full power you should know how to use it effectively. Here are... »

Author image Marcin Chwedczuk on Cheatsheet 08 Jul 2020

Connecting to Raspberry PI from Linux via UART

In this blog post we will learn how to connect to a Raspberry PI via UART (think serial terminal). Before we begin we need to get... »

Author image Marcin Chwedczuk on Hardware 07 Jul 2020
« Newer Posts Page 3 of 18 Older Posts »
Programming is Magic © 2021
Proudly published with Jekyll using Jasper