SivaImplementing Generics in Zig Using comptimeZig is a low-level, systems programming language designed for performance, safety, and simplicity. One of its powerful features is the…Sep 111
Yodgorbek KomilovUnderstanding Compile Time and Runtime in ProgrammingIn software development, programs undergo two distinct phases: compile time and runtime. These phases play crucial roles in detecting…Jun 30
InTowards DevbyKhan Muhammad RifatCompile-Time Choice vs. Runtime Surprise: Demystifying Binding in C++In the world of programming, especially in C++, the concepts of static binding and dynamic binding play a crucial role in how programs…Jul 9Jul 9
InAVIV Product & Tech BlogbyRomain BrunieHow did we enhance our app’s compile time?At AVIV, we consistently seek ways to enhance our developers’ experience working on our apps (SeLoger, Immoweb, Immowelt, and Immonet)…Jan 17Jan 17
OllieThe Magic of Template Metaprogramming in C++: Unleashing the Power of Compile-Time ComputingMar 4Mar 4
SivaImplementing Generics in Zig Using comptimeZig is a low-level, systems programming language designed for performance, safety, and simplicity. One of its powerful features is the…Sep 111
Yodgorbek KomilovUnderstanding Compile Time and Runtime in ProgrammingIn software development, programs undergo two distinct phases: compile time and runtime. These phases play crucial roles in detecting…Jun 30
InTowards DevbyKhan Muhammad RifatCompile-Time Choice vs. Runtime Surprise: Demystifying Binding in C++In the world of programming, especially in C++, the concepts of static binding and dynamic binding play a crucial role in how programs…Jul 9
InAVIV Product & Tech BlogbyRomain BrunieHow did we enhance our app’s compile time?At AVIV, we consistently seek ways to enhance our developers’ experience working on our apps (SeLoger, Immoweb, Immowelt, and Immonet)…Jan 17
OllieThe Magic of Template Metaprogramming in C++: Unleashing the Power of Compile-Time ComputingMar 4
InCodimisbyUğur TaşMarker Interface in JavaThe marker interface is an interesting concept in Java that can be useful in certain situations. In Java, a Marker Interface is an…Feb 24
Aliaksei RadzevichCompile Time Dependency Injection in C++: Managing Dependencies without Late BindingWhat DI offers, the challenges it brings, and how this familiar concept can be implemented in a rather unconventional wayOct 9, 2023