This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Load Balancer — Interview Question | |
| **Difficulty:** Medium | |
| **Topic:** Round Robin · Weighted Routing · HashMap · Design | |
| **Time:** 45–60 minutes | |
| --- | |
| ## Problem Statement |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Rate Limiter — Interview Question | |
| **Difficulty:** Medium | |
| **Topic:** Sliding Window · Queue · Data Structures | |
| **Time:** 45–60 minutes | |
| --- | |
| ## Problem Statement |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Get a mystery reward of £10, £20 or £50 when you join Monzo using the referral link - https://join.monzo.com/c/pf9x8xry | |
| #Monzo | |
| #MysteryReward |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Build your own Redis, Git, HTTP server & more from scratch with @codecraftersLearn by doing with hands-on challenges that teach you how real systems work. | |
| Join here: https://app.codecrafters.io/join?via=sachin-handiekar | |
| #CodeCrafters | |
| #LearnToCode | |
| #SystemsProgramming |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| package com.interview.practice.ssrf; | |
| import jakarta.ws.rs.ProcessingException; | |
| import jakarta.ws.rs.client.Client; | |
| import jakarta.ws.rs.client.ClientBuilder; | |
| import jakarta.ws.rs.client.WebTarget; | |
| import jakarta.ws.rs.core.Response; | |
| import org.glassfish.jersey.client.ClientProperties; | |
| import java.net.IDN; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| package com.example.resttemplatedemo.exception; | |
| public class CustomExceptions { | |
| public static class ApiException extends RuntimeException { | |
| private final int statusCode; | |
| private final String responseBody; | |
| public ApiException(String message, int statusCode, String responseBody) { | |
| super(message); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| package com.example.resttemplatedemo.handler; | |
| import com.example.resttemplatedemo.exception.CustomExceptions; | |
| import org.springframework.http.HttpStatus; | |
| import org.springframework.http.client.ClientHttpResponse; | |
| import org.springframework.web.client.ResponseErrorHandler; | |
| import java.io.IOException; | |
| import java.nio.charset.StandardCharsets; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| https://windsurf.com/refer?referral_code=5f0baeeafb |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash | |
| # Script to delete remote Git branches older than 1 year | |
| # Usage: ./delete_old_branches.sh [remote_name] [--dry-run] | |
| # Default remote is 'origin' | |
| set -e | |
| # Configuration | |
| REMOTE_NAME="${1:-origin}" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| AMEX - Platinum Cashback Everyday Credit Card | |
| Get upto £20 reward when using the link - https://americanexpress.com/en-gb/referral/platinum-cashback-everyday?ref=sACHIHzjmh&CPID=999999554 |
NewerOlder