abhishek (@aabhii71) 's Twitter Profile
abhishek

@aabhii71

way to becoming a Software Engineer

ID: 1561511134297194496

calendar_today22-08-2022 00:30:50

207 Tweet

24 Followers

24 Following

abhishek (@aabhii71) 's Twitter Profile Photo

working on a backend task aggregating data from multiple services . It's slow per user and hitting context deadline exceeded😢 Thinking of using goroutines to speed it up. Feels like a good time to get hands-on with them.

abhishek (@aabhii71) 's Twitter Profile Photo

panic: runtime error: invalid memory address or nil pointer dereference [signal SIGSEGV: segmentation violation code=0x1 addr=0x20 pc=0x1b8acac] goroutine 58 [running]:

abhishek (@aabhii71) 's Twitter Profile Photo

Hello everyone, I'm building a Geolocation-based Service Finder API. Just a prototype for now using an in-memory K-D Tree + Haversine to find nearby places (like hospitals etc). Open to feedback/suggestions! Code: github.com/abhiii71/geo-s…

abhishek (@aabhii71) 's Twitter Profile Photo

Bhai same function dusri jagah acche se chl rha but when I used that one pta nhi kya kya fetch kre jaa ra ye 🥲 abhi kya karu So jau 🥲

Jon Calhoun (@joncalhoun) 's Twitter Profile Photo

In Go, every variable and import in your code must be used, otherwise the compile will throw an error. This helps keep compile times fast, but there are times when we may want to skip this behavior. In those cases the blank identifier (_) can be used as a placeholder. #golang

In Go, every variable and import in your code must be used, otherwise the compile will throw an error. This helps keep compile times fast, but there are times when we may want to skip this behavior. In those cases the blank identifier (_) can be used as a placeholder. #golang
abhishek (@aabhii71) 's Twitter Profile Photo

How would you implement a dynamic XML sitemap in Go that updates automatically from a database? #golang #golangdev #Engineering