Thanks to visit codestin.com
Credit goes to dev.to

DEV Community

Sandor Dargo profile picture

Sandor Dargo

Happy father. Principal Engineer. Author. Creator of dailycppinterview.com

Codestin Search App Antibes, France Codestin Search App Joined on  Codestin Search App https://www.sandordargo.com/ Codestin Search App Codestin Search App

Work

Senior Software Engineer at Spotify

Eight Year Club
Seven Year Club
Writing Debut
Six Year Club
Tag Moderator 2022
Trusted Member 2022
Hacktoberfest 2022
Five Year Club
1 Week Community Wellness Streak
2 Week Community Wellness Streak
Hacktoberfest 2021
Four Year Club
My way to get into conferences

My way to get into conferences

4
Codestin Search App
8 min read

Want to connect with Sandor Dargo?

Create an account to connect with Sandor Dargo. You can also sign in below to proceed if you already have an account.

Already have an account? Sign in
The 3 best books to level up your C++

The 3 best books to level up your C++

1
Codestin Search App
5 min read
Fold expressions in C++

Fold expressions in C++

1
Codestin Search App
9 min read
Recent changes and personal commitments

Recent changes and personal commitments

2
Codestin Search App
6 min read
C++23: two additional noexcept functions

C++23: two additional noexcept functions

Codestin Search App 1
3 min read
C++23: Even more constexpr

C++23: Even more constexpr

4
Codestin Search App
6 min read
Are we - developers - spoiled or abused?

Are we - developers - spoiled or abused?

5
Codestin Search App 2
5 min read
Is this dynamic_cast needed?

Is this dynamic_cast needed?

Codestin Search App 1
9 min read
Variadic functions vs variadic templates

Variadic functions vs variadic templates

4
Codestin Search App 2
5 min read
Without RTTI your code will be cleaner

Without RTTI your code will be cleaner

4
Codestin Search App
6 min read
We are always late

We are always late

3
Codestin Search App
7 min read
Vectors and unique pointers

Vectors and unique pointers

1
Codestin Search App
6 min read
Binary sizes and passing functions to functions

Binary sizes and passing functions to functions

1
Codestin Search App
7 min read
Binary size and exceptions

Binary size and exceptions

4
Codestin Search App
9 min read
Can we find a compromise?

Can we find a compromise?

3
Codestin Search App 1
5 min read
The observer pattern and binary sizes

The observer pattern and binary sizes

3
Codestin Search App 1
7 min read
The decorator pattern and binary sizes

The decorator pattern and binary sizes

1
Codestin Search App
7 min read
Binary sizes and RTTI

Binary sizes and RTTI

3
Codestin Search App 1
6 min read
4 different ways I've worked remotely

4 different ways I've worked remotely

2
Codestin Search App 7
8 min read
The evolution of enums

The evolution of enums

2
Codestin Search App
7 min read
Virtual functions and binary sizes

Virtual functions and binary sizes

Codestin Search App
6 min read
Special functions and binary sizes

Special functions and binary sizes

Codestin Search App 1
6 min read
Deep vs shallow modules

Deep vs shallow modules

1
Codestin Search App 1
5 min read
Object initialization and binary sizes

Object initialization and binary sizes

3
Codestin Search App 2
5 min read
What's an executable and how is it structured

What's an executable and how is it structured

Codestin Search App
7 min read
The run-time, compile-time, binary size triangle

The run-time, compile-time, binary size triangle

Codestin Search App 2
4 min read
The 8 best books I read in 2022

The 8 best books I read in 2022

8
Codestin Search App 1
7 min read
2022: Another great year!

2022: Another great year!

3
Codestin Search App
8 min read
Class templates versus constructor templates

Class templates versus constructor templates

3
Codestin Search App
4 min read
C++ Software Design by Klaus Iglberger

C++ Software Design by Klaus Iglberger

8
Codestin Search App
5 min read
C++23: attributes

C++23: attributes

9
Codestin Search App 3
5 min read
C++23: std::out_ptr and std::inout_ptr

C++23: std::out_ptr and std::inout_ptr

Codestin Search App
3 min read
Influence: The Psychology of Persuasion by Robert B. Caldini

Influence: The Psychology of Persuasion by Robert B. Caldini

3
Codestin Search App 2
5 min read
C++23: auto(x) and decay copy

C++23: auto(x) and decay copy

4
Codestin Search App
4 min read
C++23: How lambdas are going to change?

C++23: How lambdas are going to change?

3
Codestin Search App
4 min read
Non-coding roles or something you like?

Non-coding roles or something you like?

10
Codestin Search App 1
8 min read
C++23: The `<expected>` header; expect the unexpected

C++23: The `<expected>` header; expect the unexpected

5
Codestin Search App
9 min read
Why to use C++ in 2022?

Why to use C++ in 2022?

25
Codestin Search App 8
10 min read
The evolution of statements with initializers in C++ - part 2

The evolution of statements with initializers in C++ - part 2

2
Codestin Search App
8 min read
Template Metaprogramming with C++ by Marius Bancila

Template Metaprogramming with C++ by Marius Bancila

2
Codestin Search App
3 min read
The evolution of statements with initializers in C++

The evolution of statements with initializers in C++

3
Codestin Search App
5 min read
Should you use static code analyzers as gatekeepers?

Should you use static code analyzers as gatekeepers?

2
Codestin Search App 2
7 min read
The Battle Hardened Developer by Fiodar Sazanavets

The Battle Hardened Developer by Fiodar Sazanavets

3
Codestin Search App
8 min read
C++23: flat_map, flat_set, et al.

C++23: flat_map, flat_set, et al.

3
Codestin Search App
5 min read
5 tips to find your next job

5 tips to find your next job

11
Codestin Search App 2
6 min read
C++23: The stacktrace library

C++23: The stacktrace library

3
Codestin Search App
4 min read
Don't feel bad because of failed interviews, just keep learning!

Don't feel bad because of failed interviews, just keep learning!

17
Codestin Search App 5
4 min read
C++23: Preprocessing directives

C++23: Preprocessing directives

2
Codestin Search App
3 min read
Thinking, Fast and Slow by Daniel Kahneman

Thinking, Fast and Slow by Daniel Kahneman

8
Codestin Search App 1
5 min read
Should you really memorize algorithm complexities?

Should you really memorize algorithm complexities?

19
Codestin Search App 3
4 min read
The Template Method Pattern and the Non-Virtual Idiom

The Template Method Pattern and the Non-Virtual Idiom

1
Codestin Search App
4 min read
3 ways to stay motivated when you are leaving your job

3 ways to stay motivated when you are leaving your job

2
Codestin Search App
4 min read
The copy and swap idiom

The copy and swap idiom

3
Codestin Search App 1
6 min read
Price's law and 3 things to do if you're underpaid

Price's law and 3 things to do if you're underpaid

12
Codestin Search App
8 min read
Trip report: C++ On Sea 2022

Trip report: C++ On Sea 2022

1
Codestin Search App
11 min read
Hands-On Design Patterns with C++ by Fedor Pikus

Hands-On Design Patterns with C++ by Fedor Pikus

3
Codestin Search App
3 min read
6 C++23 features improving string and string_view

6 C++23 features improving string and string_view

7
Codestin Search App 1
5 min read
What are string_views and why should we use them?

What are string_views and why should we use them?

13
Codestin Search App 2
7 min read
Won't extend it more than once!

Won't extend it more than once!

5
Codestin Search App 1
6 min read
C++: standardized

C++: standardized

6
Codestin Search App 4
8 min read
loading...