Evan Meshberg

100 posts

Evan Meshberg

Evan Meshberg

@EMeshberg

Software developer

Providence, RI Se unió Haziran 2016
61 Siguiendo54 Seguidores
Evan Meshberg
Evan Meshberg@EMeshberg·
@careerdevs Solved the @hackerrank intermediate algorithm challenge "Organizing Containers of Balls"! This was a tricky problem that I did not understand at first. It involves traversing a 2D list to get the row and column totals. Check it out: github.com/evan999/Algori…
English
0
0
0
0
Evan Meshberg
Evan Meshberg@EMeshberg·
@careerdevs Working on the API gateway microservice using RestTemplate. RestTemplate features cleaner code than HttpClient using less code overall for the same functionality. The gateway will be able to accept requests from an API and send a response. github.com/evan999/APIGat…
English
0
0
1
0
Evan Meshberg
Evan Meshberg@EMeshberg·
@careerdevs Working on rebuilding my API gateway microservice to use RestTemplate for the routes, which would use cleaner code than HttpClient.
English
0
0
0
0
Evan Meshberg
Evan Meshberg@EMeshberg·
@careerdevs Working on an API gateway microservice for a finance transactional microservice project. Built a GET route to an external API that handles the request and sends back a response using HttpClient. Working on adding in a few more routes. github.com/evan999/APIGat…
English
0
0
0
0
Evan Meshberg
Evan Meshberg@EMeshberg·
@careerdevs Added in the split functionality and allowed multiple players to bet in and play a round of BlackJack. Next, I am working on allowing several rounds to be played until players quit out in between rounds of play or run out of money. github.com/evan999/BlackJ…
English
0
0
0
0
Evan Meshberg
Evan Meshberg@EMeshberg·
@careerdevs Incorporated a Random Card Selector into the game flow logic for the opposing player to use. This automates the opponents' requests for card values from the player's hand. SecureRandom is used to ensure more unpredictable values are picked. github.com/evan999/GoFish
English
0
0
1
0
Evan Meshberg
Evan Meshberg@EMeshberg·
@careerdevs Pulling apart one of the larger methods and splitting it into a few smaller methods to handle requesting cards from a player's hand and transferring cards to the opposite player's hand. Simplifies modifying game looping structure later. github.com/evan999/GoFish
English
0
0
1
0
Evan Meshberg
Evan Meshberg@EMeshberg·
@careerdevs Working on a solution to the @hackerrank New Year's Chaos problem. Looking deeper into this, I've learned that this type of problem deals with permutations of inversions, which is from sorted order to a new ordering (not sorted). github.com/evan999/Java-D…
English
0
0
0
0
Evan Meshberg
Evan Meshberg@EMeshberg·
@careerdevs Worked on an problem that generates the permutations of an array of an integers using Heap's Algorithm. This is something I want to dive more into to better understand it as well as how to apply backtracking to compute repeated calculations. github.com/evan999/Java-D…
English
0
1
1
0