Skip to content
<T>alreg.com

<T>alreg.com

Code and more (code)

×

<T>alreg.com

C++

C++ 20 modules -short intro

Read more
Go / Programming

Transferring your projects to module go

Read more
Android / Programming

Custom buttons with Android

Read more
C++ / Programming

Templates: specialization

Read more
Programming / Rust

Rust Regular expressions

Read more
Go / Programming

Working with Go plugins

Read more
C# / Programming

C# anonymous class

Read more
Cloud / GCP / Go / Programming

Working with go modules and GCP

Read more
Programming / Rust

Rust assertions

Read more
C# / Programming

Func Template Delegates

Read more
  • Home
  • About me
Database / Express / MERN / MongoDB / NodeJS
  • November 12, 2018
  • / Leave a Comment on What’s wrong with MERN
  • 3 min
  • 4 years

What’s wrong with MERN

TLDR: Everything and nothing much. read on. MERN stands for Mongo, Express, React and NodeJS. While picking a programing language is a must (at least for the time being) in order to start a project, […]

Read More
Classes in NodeJS
JavaScript / NodeJS / Programming
  • November 2, 2018
  • / Leave a Comment on Classes in NodeJS
  • 2 min
  • 4 years

Classes in NodeJS

JavaScript version 6, has a full support for classes. Here I’m focusing on NodeJS, since it’s easier to import and play with, and there are no compatibility issues. One caveat with Node – classes and […]

Read More
Format Ubuntu install USB stick
Tips
  • October 25, 2018
  • / Leave a Comment on Format Ubuntu install USB stick
  • 1 min
  • 4 years

Format Ubuntu install USB stick

If you use a USB stick to install Ubuntu, you might find it hard to format. This is because the regular format won’t work on it. So we need to use Gnome disks: Sun disks […]

Read More
Using googletest as unit test for C++
C++ / Programming
  • October 13, 2018
  • / Leave a Comment on Using googletest as unit test for C++
  • 3 min
  • 4 years

Using googletest as unit test for C++

I love C++, but the lack of actual tooling is one of the most annoying things about it. luckily, there are many open source tools to bridge this gap. The googletest unit test suite is […]

Read More
Split string into int (or another type)
Programming / Python
  • October 7, 2018
  • / Leave a Comment on Split string into int (or another type)
  • 1 min
  • 4 years

Split string into int (or another type)

It’s very easy to split a string in python – just use split(). The default will split the string by spaces, without you even providing this parameter. If needed, you can call split() with a […]

Read More
Getting the object type in a case statement
Programming / Ruby
  • September 24, 2018
  • / Leave a Comment on Getting the object type in a case statement
  • 1 min
  • 4 years

Getting the object type in a case statement

If you have a case statement and you need to determinate the type, you can’t use something like this: If you’ll run irb and try it with ==, it will work, but not in a […]

Read More
Print in python
Programming / Python
  • June 7, 2017
  • / Leave a Comment on Print in python
  • 1 min
  • 5 years

Print in python

Every python programmer knows that basic print function:print(1) will print 1, print(“hello”) will print hello and so on. Here are a few tricks:To print a formatted string, you can use the string.format method, e.g”hello {}”.format(“world”) […]

Read More
C++ copy constructor and elision
C++ / Programming
  • March 15, 2016
  • / Leave a Comment on C++ copy constructor and elision
  • 1 min
  • 6 years

C++ copy constructor and elision

Lets say we have a file class object with a file buffer, like so: This is not an uncommon pattern. Now, what do we need to do, if somewhere we’ve created a function like this? […]

Read More
The C++ pointer
C++ / Programming
  • March 8, 2015
  • / Leave a Comment on The C++ pointer
  • 1 min
  • 7 years

The C++ pointer

So, this is an interesting topic. Again, about craftsmanship. While most c++ if not all using them, it seems that some basic knowledge is lacking; This time, I’ll touche some basic facts: the const pointer. […]

Read More

Posts navigation

Previous 1 2 3
C++ 20 modules -short intro
C++
C++ 20 modules -short intro

Latest Posts

C++ 20 modules -short intro
C++ 20 modules -short intro
July 5, 2021
Transferring your projects to module go
Transferring your projects to module go
March 23, 2021
Custom buttons with Android
Custom buttons with Android
December 25, 2020
Templates: specialization
Templates: specialization
December 14, 2020

Categories

  • Android
  • Ansible
  • Bash
  • C#
  • C++
  • Cloud
  • Database
  • DevOps
  • Express
  • GCP
  • Go
  • Java
  • JavaScript
  • MERN
  • MongoDB
  • Network
  • NodeJS
  • Programming
  • Python
  • Ruby
  • Rust
  • Tips
C++ 20 modules -short intro
Transferring your projects to module go
Custom buttons with Android
Templates: specialization
Rust Regular expressions
Working with Go plugins
C# anonymous class

<T>alreg.com

Proudly powered by WordPress | Theme : New Blog a free WordPress theme : by : Postmagthemes