CodingWthThomas's profile picture. Fun with code 
#cpp #developer #blogging
Passionate software developer 👨‍💻👨‍💻

Thomas Sedlmair

@CodingWthThomas

Fun with code #cpp #developer #blogging Passionate software developer 👨‍💻👨‍💻

Hi #cpp and @cucumberbdd folks 🙋 It's CWT Cucumber 1.2.0 🥒✨ which supports Cucumber tables now. CWT Cucumber is a Cucumber interpreter written in C++, it actually started as a side project, but by now I guess it's worth sharing 🫠 Check it out 👋 github.com/ThoSe1990/cwt-…


I reimplemented my Cucumber C++ Interpreter to C++20 ✨🥒🚀 All previous C code is gone and a lot of lessens learned 💡 Check out the latest version #cucumber #bdd #cpp #testing github.com/ThoSe1990/cucu…


Hi #cpp, #bdd and @cucumberbdd folks, I created a first version for cwt-cucumber 🥒 and finalized the Conan recipe today ✨ A couple of examples are in the recipe repo which means an easy Conan integration is ready 😊 github.com/ThoSe1990/cwt-…


Hi #cpp, #bdd and @cucumberbdd folks, 🚀 My latest project 🥒✨ I created a C/C++ Cucumber interpreter. It is implemented in C, without third party libraries and some C++ bindings to make it easier to use. Updates will follow 😊 Check out the repo: github.com/ThoSe1990/cwt-…


It's been a while since I posted my last article here. Lately I spent some time with Sphinx documentations and I wrote a guide to create sphinx docs from scratch, including versioning and localization 😊 codingwiththomas.com/blog/my-sphinx… #programming #Software #javascript #CPP

CodingWthThomas's tweet image. It's been a while since I posted my last article here. Lately I spent some time with Sphinx documentations and I wrote a guide to create sphinx docs from scratch, including versioning and localization 😊

codingwiththomas.com/blog/my-sphinx…

#programming #Software #javascript #CPP

This week I had the idea for a std::find wrapper, which unfortunately was not the result I expected. But for access in a hash map I was able to make use of it. I wrote another article with my second thoughts in that 🤝✌️ #Software #cpp #programming codingwiththomas.com/blog/c-explori…


C++23 has great wrappers, to execute lambdas if you hold a value. Just append .and_then(..) to your optional. I need something similar for finding values in containers without checking the iterator in C++17/20. And I came up with this. codingwiththomas.com/blog/a-find-fu… #programming #cpp


Thomas Sedlmair 已轉發

Hello C++ Twitter! In preparation for my upcoming talk @CppOnSea, I'm doing a little experiment: a survey on the perceived impact of UB in C++. If you code in C++, please help me out & participate here: docs.google.com/forms/d/e/1FAI… It's anonymous & consists of only three questions!


Recently it took me some time to custom render something into a Dear ImGui window with OpenGL / GLFW. Therefore I wrote this blog post which renders simply a triangle into an ImGui window. #cpp #software #devblog #programming #opengl codingwiththomas.com/blog/rendering…

CodingWthThomas's tweet image. Recently it took me some time to custom render something into a Dear ImGui window with OpenGL / GLFW. Therefore I wrote this blog post which renders simply a triangle into an ImGui window.

#cpp #software #devblog #programming #opengl 

codingwiththomas.com/blog/rendering…

Thomas Sedlmair 已轉發

I'm really liking the beautiful code you can write with c++20, godbolt.org/z/Ycxd69fP6

janwilmans's tweet image. I'm really liking the beautiful code you can write with c++20, godbolt.org/z/Ycxd69fP6

I used user defined literals to solve my latest problem to have a specific time type. Now I can specifically get the underlying value explicitly as I want. Check out my article on that 👋 codingwiththomas.com/blog/user-defi… #cpp #software #programmer

CodingWthThomas's tweet image. I used user defined literals to solve my latest problem to have a specific time type. Now I can specifically get the underlying value explicitly as I want.

Check out my article on that 👋

codingwiththomas.com/blog/user-defi…

#cpp #software #programmer

I continued on my entity component system example and integrated EnTT an open source header only library for ECS. Use EnTT 😊 codingwiththomas.com/blog/use-entt-… #cpp #programming #devblog #software


Entity Component Systems - once I understood, I started loving them. I did an article on ECS from scratch with a SDL example in C++ 🤖🤖 codingwiththomas.com/blog/an-entity… #Software #cpp #programming #devblog


I came across a pretty cool technique with CRTP. Check out my latest article CRTP for mixin classes, from the book C++ Software Design #programming #software #developer #cpp codingwiththomas.com/blog/crtp-for-…


Another Sunday another blog post, u continued on my last type erasure example and added a strategy like pattern. Check out my article ☺️ codingwiththomas.com/blog/combine-t… #programming #cpp #Software #developer #techblogs


Last weekend I used my time to dig into type erasure. And I think it's a great idea to use type erasure to get dynamic polymorphic behavior 🙂 So I wrote this short article: codingwiththomas.com/blog/use-type-… #cpp #developer #programming #software


A cloudy Saturday and the genetic algorithm. Check out my latest article on the genetic algorithm implemented in C++ 😊 codingwiththomas.com/blog/c-genetic… #programming #software #cpp #devblog


Coroutines are awesome 😊 In my latest article I took a look on C++20's and Typescript's coroutines to get a better understanding. codingwiththomas.com/blog/coroutine… #Software #programming #developer #cpp #typescript


Lately I struggled with my CI/CD pipeline, using docker windows containers. And at the end of last week I was able to setup a Gitlab CI/CD pipeline with windows docker to run MSVC builds (incl. Conan) Check out this guide codingwiththomas.com/blog/windows-d… #devops #gitlab #software


If you're about to start with boost asio, my latest article might help. I created a very simple server-client example here: codingwiththomas.com/blog/boost-asi… #cpp #programming #software


Loading...

Something went wrong.


Something went wrong.