Joined June 2017
11 Photos and videos
Graph traversal algorithms are common in coding interview problems. In this blog post we'll cover some of the less obvious trade-offs. blog.codingpill.com/2020/05/… #graph #traversal #algorithms #coding #interview #practice
18 Feb 2020
Today we discuss about the Circuit Breaker pattern and how to use it in the System Design interview. blog.codingpill.com/2020/02/… #SystemDesign #interview #software #engineering #google #microsoft #facebook #airbnb #uber
CodingPill retweeted
16 Feb 2020
How to use parallelSort(char[] a, int fromIndex, int toIndex) method of Java.util.Arrays Class. #Java oracl.info/VSnC50yiCiz

2
39
109
CodingPill retweeted
16 Feb 2020
This whitepaper provides a technical overview of how Ubuntu Core with full disk encryption and secure boot can be implemented in IoT devices to provide protection in data sensitive scenarios. #IoT #security bit.ly/2TMg6ht #IoT #Security
20
35
12 Feb 2020
Distributed monitoring infrastructure #system #design
👇 How to: Data Analytics with @JaegerTracing Jaeger is a distributed tracing platform created by @UberOpenSource & donated to @CloudNativeFdn. It can be used to monitor #microservices-based distributed systems 🔗bit.ly/39phi1s By @ploffay #Golang #Linux
11 Feb 2020
Once the high level design is in place, it's time to think about service availability. The Google interviewer may ask "What happens if the request fails"? blog.codingpill.com/2020/02/… #system #design #engineering #patterns #whiteboard #interview #availability
11 Feb 2020
LinkedIn experimentation framework design #system #design #linkedin #architecture
Twenty. Times. Faster. 🏎️ engineering.linkedin.com/blo…
11 Feb 2020

Resources for Mastering Algorithms & Data Structures 🤓 bit.ly/37dnMz5
10 Feb 2020
Observability at scale #system #design and #architecture
Uber’s Observability team built a robust, scalable metrics and alerting pipeline to detect, mitigate, and notify engineers of issues as they occur. ubere.ng/2TuMmWw
This post does not explain how binary search works! We focus on when to use binary search in the coding interview, how to implement it quickly and how to avoid corner cases. blog.codingpill.com/2020/02/… #coding #interview #programming #binary #search #oscars
1
25 Jan 2020
We're happy to announce the launch of our coding and system design blog: blog.codingpill.com/ 🤩 #coding #systemdesign #interview #blog #SiliconValley
1
1
Given a collection of Intervals,merge all the overlapping Intervals. For example: given [1,3], [2,6], [8,10], [15,18] return [1,6], [8,10], [15,18] #Google #interview #questions codingpill.com

31 Dec 2018
Given a binary tree, return all root-to-leaf paths. Input: 1 / \ 2 3 \ 5 Output: ["1->2->5", "1->3"] #Microsoft #software #engineering #coding #interview
21 Nov 2018
Given an array of positive integers, compute the least common multiple. Input: [4, 6, 10] Output: 60 #cracking #coding #interview
1
Coinbase system design interview: Design a messaging application similar to Slack. It needs to support: - direct messages between two or more participants - channels - notifications - seen message indicators - file sharing #coinbase #engineering #system #design #interview
1
25 Oct 2018
Implement the following interface Cache { set(key, value, timeout) { // stores the (key, value) pair in the cache // until timeout seconds have passed } get(key) { // returns the value associated with the key // if exists and is not expired. } } #Google #onsite
1
2
CodingPill retweeted
30 Apr 2018
5
15
CodingPill retweeted
16 Apr 2018
We wish all our #ICPC2018 participants to give their best and enjoy the competition! Good luck and have a #MotivationMonday! #MondayMotivation
1
3