The labs in the quest, Optimize Costs for GKE, show tools and techniques to help optimise resource usage and eliminate unnecessary costs. The skills learned in this quest when combined with the skills learned in the quest, Secure Workloads in GKE, can be applied to build a WordPress application which is designed to be reliable, secure, highly scalable and highly available.
Author Archives: ugogineering
Website Design Fundamentals with HTML, CSS, and JavaScript
You will learn how to build a functional website like (cubeconcepts.org) and host it.
Give yourself the fundamental skills you need to kick-start a digital career
Do you know that with the right digital skill you can apply for jobs in Europe, America and Canada with an annual salary of $50,000 or more?
Sums of two integers in an array less than K
Given an array A of integers and integer K, return the maximum S such that there exist i < j with A[i] + A[j] = S and S < K. If no i, j exist satisfying this equation, return -1
Sum of even Fibonacci numbers less than x
By considering the terms in the Fibonacci sequence whose values do not exceed four million, find the sum of the even-valued terms.
How we plan to grow our business ten times in 2021 through digital business transformation
The cloud is not just an exploratory journey – it is the future of business. This is the reason I am confident that we can grow our business at Caseray Solutions ten times in 2021. Join us on the transformation journey.
Lessons Nigeria must learn from the Covid-19 Lockdown experience to improve economically, medically and scientifically
If the Nigerian science and research community had been up and doing it would have observed one or two months after the lockdown that the coronavirus was not as lethal in African countries as it was in Europe and America.
Caseray Solutions offers digital business transformation and marketing and advertising services from Lagos Nigeria
The first step to successful digital business transformation is to have an effective presence on the internet
Using PHP code to solve problems multiples of 3 and 5
If we list all the natural numbers from 0 – 40 that are multiples of 3 and 5, we get 15 and 30 only.
The sum of these multiples is 45.
Using PHP code to solve problems multiples of 3 or 5
If we list all the natural numbers below 10 that are multiples of 3 or 5, we get 3, 5, 6 and 9.
The sum of these multiples is 23.