Tugce Konuklar Dogantekin·Jun 25, 2025Google I/O Connect Berlin 2025: Key AI Features & Benefits for Developers — A SummaryGoogle I/O Connect Berlin 2025 unveiled significant advancements, launching powerful new tools and enhancing existing models to make AI…
Tugce Konuklar Dogantekin·May 5, 2025From Business Idea to Production Model: A Practical Guide to the Machine Learning LifecycleMachine learning is often seen as a black box , throw in data, and magic happens. But any machine learning engineer knows that successful…
Tugce Konuklar Dogantekin·May 2, 2025The Fundamentals of AI & ML — A Practical Guide with Real-World ContextIn recent years, terms like Artificial Intelligence, Machine Learning, and Generative AI have moved from research papers into the…
Tugce Konuklar Dogantekin·Mar 30, 2024Output vs OutcomeIn “Outcomes Over Output,” Joshua Seiden introduces a paradigm shift for businesses focused on generating value. The essence of his…A response icon2A response icon2
Inidealo Tech BlogbyTugce Konuklar Dogantekin·Apr 27, 2023Hosting Static Website With S3 Bucket by AWS CDKIn this article, I will demonstrate how to host a to-do web application as a static web page in an S3 bucket using AWS CDK code, which is…
Tugce Konuklar Dogantekin·Nov 12, 2022Python Code Pills — Compare Two CSV Files with PandasThanks to the Pandas library in Python, data manipulation and comparison can possible with some lines of code. Today's code pill is…
InTowards AWSbyTugce Konuklar Dogantekin·Sep 10, 2021Setting up a REST API By Using Amazon API Gateway To Retrieve All Messages From DynamoDbIn the previous article, we learned how we can create a consumer Lambda function that consumes messages from SQS and save them to DynamoDB.
InAWS in Plain EnglishbyTugce Konuklar Dogantekin·Sep 4, 2021Create A Consumer AWS Lambda Function and Store Messages in DynamoDBIn the previous article, we worked on sending data to Amazon Simple Notification Service and pass the message to Amazon Simple Queue…
InAWS in Plain EnglishbyTugce Konuklar Dogantekin·Aug 30, 2021Send Messages via Amazon SNS and enqueue to Amazon SQSHow to send notifications from outside to AWS via using Java SDK and Amazon Simple Notification ServiceA response icon1A response icon1
Tugce Konuklar Dogantekin·May 7, 2021Get A Dummy REST Service With json-server Npm Package, Less Than One MinuteSometimes we need to have a simple backend services just to test some solutions in our development environment or for some prototypes that…