<feed xmlns="http://www.w3.org/2005/Atom"> <id>https://olcay.github.io/</id><title>Tech Giant</title><subtitle>A blog about software development, testing, cloud.</subtitle> <updated>2024-11-29T16:31:05+01:00</updated> <author> <name>Olcay Bayram</name> <uri>https://olcay.github.io/</uri> </author><link rel="self" type="application/atom+xml" href="https://olcay.github.io/feed.xml"/><link rel="alternate" type="text/html" hreflang="en" href="https://olcay.github.io/"/> <generator uri="https://jekyllrb.com/" version="4.3.4">Jekyll</generator> <rights> © 2024 Olcay Bayram </rights> <icon>/assets/img/favicons/favicon.ico</icon> <logo>/assets/img/favicons/favicon-96x96.png</logo> <entry><title>Haste is a tree whose fruit is regret</title><link href="https://olcay.github.io/2024/09/20/azure-bicep-what-if/" rel="alternate" type="text/html" title="Haste is a tree whose fruit is regret" /><published>2024-09-20T00:00:00+02:00</published> <updated>2024-09-24T10:24:17+02:00</updated> <id>https://olcay.github.io/2024/09/20/azure-bicep-what-if/</id> <content type="text/html" src="https://olcay.github.io/2024/09/20/azure-bicep-what-if/" /> <author> <name>Olcay Bayram</name> </author> <category term="Software" /> <summary>ARM template deployment what-if operation</summary> </entry> <entry><title>Fetch Azure Function Settings for Local Development</title><link href="https://olcay.github.io/2023/03/22/azure-copy-settings/" rel="alternate" type="text/html" title="Fetch Azure Function Settings for Local Development" /><published>2023-03-22T00:00:00+01:00</published> <updated>2024-09-09T16:47:12+02:00</updated> <id>https://olcay.github.io/2023/03/22/azure-copy-settings/</id> <content type="text/html" src="https://olcay.github.io/2023/03/22/azure-copy-settings/" /> <author> <name>Olcay Bayram</name> </author> <category term="Software" /> <summary>To run Azure Functions locally on your development machine, you need to use a local development environment such as Visual Studio Code or the Azure Functions Core Tools. This local development environment allows you to simulate the Azure Functions runtime on your machine. The local.settings.json file is used to store configuration settings for your Azure Functions when running locally. These s...</summary> </entry> <entry><title>Race Condition</title><link href="https://olcay.github.io/2023/03/21/race-condition/" rel="alternate" type="text/html" title="Race Condition" /><published>2023-03-21T00:00:00+01:00</published> <updated>2024-09-09T16:47:12+02:00</updated> <id>https://olcay.github.io/2023/03/21/race-condition/</id> <content type="text/html" src="https://olcay.github.io/2023/03/21/race-condition/" /> <author> <name>Olcay Bayram</name> </author> <category term="Software" /> <summary>A Race Condition can be metaphorically compared to a scenario where two people are trying to use the same bathroom at the same time. Imagine two roommates who need to get ready for work in the morning and share one bathroom. If both roommates try to enter the bathroom at the same time, a race condition occurs, and it’s unclear who will finish first. Similarly, in programming, a race condition ...</summary> </entry> <entry><title>The Star Wars API</title><link href="https://olcay.github.io/2021/08/01/the-star-wars-api/" rel="alternate" type="text/html" title="The Star Wars API" /><published>2021-08-01T00:00:00+02:00</published> <updated>2024-09-09T16:47:12+02:00</updated> <id>https://olcay.github.io/2021/08/01/the-star-wars-api/</id> <content type="text/html" src="https://olcay.github.io/2021/08/01/the-star-wars-api/" /> <author> <name>Olcay Bayram</name> </author> <category term="Software" /> <summary>Paul Hallett developed a web api called SWAPI which consists of the data from the universe of Star Wars. You can find all the planets, spaceships, vehicles, characters from the six original movies. This is a nice dataset to practice coding or for an assessment. I wrote an api client SharpTrooper with C# to support this project in 2015. You know Storm Troopers are famous with their lack of targ...</summary> </entry> <entry><title>Automate Microsoft Login</title><link href="https://olcay.github.io/2021/01/17/test-automation-azure-login/" rel="alternate" type="text/html" title="Automate Microsoft Login" /><published>2021-01-17T00:00:00+01:00</published> <updated>2024-09-09T16:47:12+02:00</updated> <id>https://olcay.github.io/2021/01/17/test-automation-azure-login/</id> <content type="text/html" src="https://olcay.github.io/2021/01/17/test-automation-azure-login/" /> <author> <name>Olcay Bayram</name> </author> <category term="Testing" /> <summary>If you have a protected website by Azure Active Directory, you need to pass Microsoft login first to run your functional UI tests. I used both id and name locators for the elements and they have some weird naming. I am not sure but maybe the purpose is to prevent any bot attacks. We need to use driver.wait() method of the webdriver to wait until the element is found but with a timeout limit in...</summary> </entry> </feed>
