New free course on Udemy online

Learn how to code a web server in @Google‘s programming language #Go/#golang, connect it to a SQL database server, and serve an API to perform CRUD commands on database entries through the web. (English)
Join the complete course on @Udemy for free!
Learn how to code a web server in @Google‘s programming language #Go/#golang, connect it to a SQL database server, and serve an API to perform CRUD commands on database entries through the web. (English) #wp
Join the complete course on @Udemy for free!
https://bit.ly/3GuxpNu https://bit.ly/3Izeio3
— Jens Schendel⚡️ (@jagottsicher)
Jan 9, 2023
Up & running!

Up & running!
Successfully compiled a #Bitcoin full node written in #Go (#golang) for linux/arm64. Working smoothly on an #RaspberryPi.
Why? Just because!
Checkout btcsuite/btcd — a beautiful piece of code: https://bit.ly/3vKvcZg https://bit.ly/3inmDk9
Up & running!
Successfully compiled a #Bitcoin full node written in #Go (#golang) for linux/arm64. Working smoothly on an #RaspberryPi. #wp
Why? Just because!
Checkout btcsuite/btcd — a beautiful piece of code: https://bit.ly/3vKvcZg https://bit.ly/3inmDk9
— Jens Schendel⚡️ (@jagottsicher)
Jan 8, 2023
Chinesische Feiertage 2023
New Year
- December 31, 2022 to January 2, 2023 (three days in total; Saturday to Monday)
Spring Festival (Chinese New Year)
- January 21 to 27, 2023 (seven days in total; Saturday to Friday)
- Adjusted working days: January 28, 2023 (Saturday) and January 29, 2023 (Sunday)
Tomb Sweeping Festival (Ching Ming Festival)
- April 5, 2023 (one day in total; Wednesday)
Labor Day
- April 29 to May 3, 2023 (five days in total; Saturday to Wednesday)
- Adjusted working days: April 23, 2023 (Sunday) and May 6, 2023 (Saturday)
Dragon Boat Festival
- June 22 to 24, 2023 (three days in total; Thursday to Saturday)
- Adjusted working days: June 25, 2023 (Sunday)
Mid-Autumn Festival and National Day
- September 29 to October 6, 2023 (eight days in total; Friday to Friday)
- Adjusted working days: October 7, 2023 (Saturday) and October 8, 2023 (Sunday)
My brand new YouTube channel is online: myCTalkthroughs
myCTalkthroughs is dedicated to educating you about the C programming language in short and easy to digest bites.
Code available on Github.
The c programming language was developed more than five decades ago and remains very widely used and influential. By design, C’s features cleanly reflect the capabilities of the targeted CPUs. It has found lasting use in operating systems, device drivers, protocol stacks, and for application software. C is commonly used on computer architectures that range from the largest supercomputers to the smallest microcontrollers and embedded systems. C is an imperative procedural language supporting structured programming, lexical variable scope, and recursion, with a static type system. It was designed to be compiled to provide low-level access to memory and language constructs that map efficiently to machine instructions. The language was designed to encourage cross-platform programming.
And if you’re interested in learning programming with Google’s programming language Go from scratch you can enroll to my course “Learn Programming in Go (golang): A Rich Guide for Beginners” on Udemy.
[SOLVED] CS50: Introduction to Computer Science


Nearer I can probably not come to a Harvard Diploma.
I finished CS50 — Introduction to Computer Science of the Harvard University (yah, that Harvard!) awarded from Cambridge, Massachusetts.
It was fun but the last problem sets harder than the expected!
jagottsicher/myGoConverter

The TURNer is a multi-platform CLI tool to convert several mostly numeric numbers into different notations. It’s the result for my project for Harvard’s CS50 course 2022.