Welcome to above the clouds
GCP – Performance tuning best practices for Memorystore for Redis
Redis is one of the most popular open source in-memory data stores, used as a database, cache and message broker. There are several deployment scenarios for running Redis on Google Cloud, with Memorystore for Redis our integrated option. Memorystore for Redis offers the benefits of Redis without the cost of managing it. It’s important to benchmark […]
Microsoft supports our professional development
You know me, I always learn something new and/or exciting. I assume most of you have similar habit. It has tons of advantages, like you can do cool things almost every day and you can provide several options when you are facing a challenge. 🙂 Unfortunately sometimes you are struggling to find the best training […]
GCP – Google Cloud adds smart analytics frameworks for AI Platform Notebooks
Google Cloud is announcing the beta release of smart analytics frameworks for AI Platform Notebooks. Smart Analytics Frameworks brings closer the model training and deployment offered by AI Platform with the ingestion, preprocessing, and exploration capabilities of our smart analytics platform. With smart analytics frameworks for AI Platform Notebooks, you can run petabyte-scale SQL queries […]
GCP – Combining the power of Apache Spark and AI Platform Notebooks with Dataproc Hub
Apache Spark is commonly used by companies that want to explore large amounts of data and perform additional machine learning (ML)-related tasks at scale. Data scientists often need to examine these large datasets with the help of tools like Jupyter Notebooks, which plug into the scalable processing powerhouse that is Spark and also give them […]
GCP – Meeting reliability challenges with SRE principles
You’ve built a beautiful, reliable service, and your users love it. After the initial rush from launch is over, realization dawns that this service not only needs to be run, but run by you! At Google, we follow site reliability engineering (SRE) principles to keep services running and users happy. Through years of work using […]
GCP – How Google Cloud partners are supporting customers during COVID-19
Against a backdrop of continuous change, I’ve been struck by what remains constant—our partner ecosystem and customers are teaming with us across various industries and geographies to help people in incredible ways during this time. Together, we’re helping hospitals acutely impacted by COVID-19, retailers and grocers address dramatic shifts in consumer behavior, employees rapidly adjust […]
Create multiple lists from SharePoint Framework app
“The SharePoint Framework (SPFx) is a page and web part model that provides full support for client-side SharePoint development, easy integration with SharePoint data, and support for open source tooling.” – as Microsoft writes on its official documentation site. https://docs.microsoft.com/en-us/sharepoint/dev/spfx/sharepoint-framework-overview The dark side of this story is that, SPFx is very under documented. 🙁 This […]
Schedule – Azure Pipelines with YAML
Last week I presented how you can create easily Azure DevOps Pipeline on YAML basis. Today I’m gonna show you how you can do this on scheduled way. (you can find the video version end of this post) I know, several times you need to execute a scripts in every hours or days. Maybe until […]
HandsOn – Azure Pipelines with YAML
Last week I published an article about the new capabilities of Azure DevOps pipelines (with YAML). As I promised we continue this topic on Today. Although the last week provided documentation contains the most important information, I feel I should show you how it works in the real life. Why? Because the documentation is not […]
Azure Pipelines with YAML – introduction
I mentioned several times, my favorite area is the automation. I like to make automation stuff because that is the best way to make other’s life easier. 🙂 Maybe you remember, last year I published a series which title was E2E Python solution in DevOps (Azure DevOps). Since then the capabilities of Azure DevOps is […]