AL Object ID Ninja

If it does what the documentation says it does, I can only say: "Build this man a statue!" Awesome job.— Waldemar Brakowski (@wbrakowski365) September 11, 2021 One of the biggest…

Continue Reading AL Object ID Ninja

Trainings and Webinars

Here you can find more information about my trainings and webinars as well as sign up for upcoming ones. Upcoming webinars May 17-18: CI/CD from AL developer's shoes This webinar…

Continue Reading Trainings and Webinars

A couple of ideas for HttpClient

When invoking any REST web services, a lot of AL code mostly looks like this: procedure CallRESTFoo() var Client: HttpClient; Response: HttpResponseMessage; Body: Text; Json: JsonObject; begin Client.Get('https://foo.bar/', Response); Response.Content.ReadAs(Body);…

Continue Reading A couple of ideas for HttpClient

Webinar: Leveraging Git

It's been a few days that I announced the "Leveraging Git" webinar on my Twitter and LinkedIn and I hope nobody will mind if I announce it on my blog.…

Continue Reading Webinar: Leveraging Git

Live Streaming Lessons Learned

One thing we learned from lessons learned is that we don't learn from lessons learned.Somebody, alegedly I don't know where this quote comes from, a one-minute googling didn't reveal it…

Continue Reading Live Streaming Lessons Learned