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
C++ 20 modules -short intro
C++
  • July 5, 2021
  • / Leave a Comment on C++ 20 modules -short intro
  • 1 min
  • 2 years

C++ 20 modules -short intro

I love the new modules feature of C++ 20, but , at least as far as G++ goes, it isn’t supported yet. While we wait for them to be an actual part, here is a […]

Read More
Transferring your projects to module go
Go / Programming
  • March 23, 2021
  • / Leave a Comment on Transferring your projects to module go
  • 5 min
  • 2 years

Transferring your projects to module go

With go 1.16, the modules system is now the go to system in go. Old projects that worked well in 1.15* will not build now. In order to build your projects under 1.16, you’ll need […]

Read More
Custom buttons with Android
Android / Programming
  • December 25, 2020
  • / Leave a Comment on Custom buttons with Android
  • 3 min
  • 2 years

Custom buttons with Android

Out of the box, android buttons are… Not very pretty. Useful? sure. They do the job. But they aren’t getting any design awards. Where does it all happen Custom buttons are not defined in the […]

Read More
Templates: specialization
C++ / Programming
  • December 14, 2020
  • / Leave a Comment on Templates: specialization
  • 2 min
  • 2 years

Templates: specialization

Templates are great. You write once, and you use over and over, with different types. While most people use templates more than they write them, even fewer are aware of the specialization options. First thing? […]

Read More
Rust Regular expressions
Programming / Rust
  • November 25, 2020
  • / Leave a Comment on Rust Regular expressions
  • 3 min
  • 2 years

Rust Regular expressions

Like anything rust, rust regex are a little weird. First thing, they come in a crate. Quite a regular thing for a rust developer, but as a multilingual developer, I think that some basic features […]

Read More
Working with Go plugins
Go / Programming
  • November 14, 2020
  • / Leave a Comment on Working with Go plugins
  • 5 min
  • 2 years

Working with Go plugins

Go plugin are a pretty hidden feature; It’s not that there is NO documentation, but there is very little of it. The reason is probably that this feature is not one of go’s strong suits. […]

Read More
C# anonymous class
C# / Programming
  • October 26, 2020
  • / Leave a Comment on C# anonymous class
  • 5 min
  • 2 years

C# anonymous class

While C# has both classes and structures (that are not the same as the one in C++) They also have an interesting creature, the anonymous class. What is that? The anonymous class is there to […]

Read More
Working with go modules and GCP
Cloud / GCP / Go / Programming
  • October 17, 2020
  • / Leave a Comment on Working with go modules and GCP
  • 7 min
  • 2 years

Working with go modules and GCP

Go modules are a tool to include dependencies with your project. They do not replace the need for the GOROOT or GOPATH, but they help managing the packages that you use, like npm in NodeJS. […]

Read More
Rust assertions
Programming / Rust
  • October 5, 2020
  • / Leave a Comment on Rust assertions
  • 4 min
  • 2 years

Rust assertions

Out of the box, Rust only comes with couple of assert options: First thing – Rust macros have the exclamation mark at the end, and the assertions macro are no different. Unlike the regular annoyance […]

Read More
Func Template Delegates
C# / Programming
  • October 4, 2020
  • / Leave a Comment on Func Template Delegates
  • 1 min
  • 2 years

Func Template Delegates

C# has an interesting delegate option, Func. Func is nothing but a syntactic sugar over classic delegate template, but it does make it simple to process and to read. If we have the following code […]

Read More

Posts navigation

1 2 3 Next
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