@ASICS_India@delhivery Proof of updates from delhivery saying the merchant doesn't have the shipment, customer care number is always busy apart from weekends when it goes straight to voicemail. Have already emailed Ambrash Kapoor from the escalation team a few days ago, but no response
@ASICS_India My order id is 000311631 . I have been trying to reach your support but no response. My order is not getting shipped and it's been over a week. Delhivery keeps saying that it was falsely marked as ready and the merchant doesn't have the shipment ready. What's going on @delhivery?
(Retweets hugely appreciated)
Today I'm proud to announce the launch of my first self-published book Foundations of Debugging for Golang
Being able to debug locally and in production is a critical skill for any #golang engineer, but it is rarely taught explicitly.
It has taken me many years of working with Go in production to get comfortable debugging, and I want to accelerate your learning by teaching you everything I wish I had known when I started out.
What You'll Learn
👉 How to get better at spotting issues by eye.
👉 Logging patterns and how to build an enterprise logging strategy.
👉 What are metrics, how to create them and how to build great dashboards.
👉 What distributed tracing is, and how to set it up in your company.
👉 How to use Go's profiling tools to debug performance issues use and squeeze every ounce of performance out of your application.
For this week only, you can get $10 off using this link:
https://t.co/ELwZ8IaCgM
I can't wait to hear what you think :)
Diving deeper into concurrency! In my latest article, I explore what concurrency truly means when parallelism isn't an option, focusing on the Go Scheduler and concepts like Explicit Yielding, Work Stealing, and more. Check it out:https://t.co/tu8hcXfraR
#GoLang
Just added a new section here with some more insights
Sequential vs Concurrent Approach on Single Core
This is to compare the sequential vs concurrent performance if only one core is available and to see if goroutines would have any performance impact in this case. Check it out!
🚀 Demystifying Concurrency/Parallelism in Golang
Understanding concurrency/parallelism is key for efficient,scalable apps. Check out my latest Medium article on leveraging goroutines & optimizing performance in #Golang!
https://t.co/q6SxUzPbHp
#programminghelp#concurrency