
👋 I'm Atulya, a full-stack hobby programmer. I'm 15. Here I write about interesting stuff I come across. Find me on github@atultw
Cool features of lldb's "po": Better debugging
April 12, 2022tl;dr Xcode’s lldb allows you to do more than just view variables. You can write code that gets evaulated on the fly. Xcode even shows you…
Go generics by example
March 08, 2022In this article we’ll explore some common generics use cases, implemented in Go. Requirements You can try the latest go development build at…
No Dumb Questions
February 18, 2022tl;dr type out your SO question even if you won’t post it. You may notice something you had overlooked that solves
your issue. There are…
Full-featured Swift in Visual Studio Code
October 20, 2021Update Swift server side work group now have an official plugin published as a VSCode extension. No need to build it yourself. DIY I’m…
Kotlin Multiplatform with Swift
October 12, 2021This week I was looking at some options for sharing code between mobile platforms. In this article I’ll describe how I compiled a Kotlin…