knz.hashnode.devUsing the Allow-Unrelated-Histories Flag to Merge Different HistoriesGit Documentation: https://git-scm.com/docs/git-merge#Documentation/git-merge.txt---allow-unrelated-histories Understanding the Problem Consider this use case: A company uses a microservice architecture to offer services in 25 domains. One of these...Sep 13, 2024·2 min read
knz.hashnode.devGetting started with API Calls in JuliaThis program calls the get API which displays pokemon types w.r.t names using Julia This article demonstrates how to make an HTTP GET request to an API, parse the response body as JSON, and extract relevant information from the parsed JSON object in ...Aug 9, 2024·4 min read