Tag: App development
-
Building effective DevOps culture
Posted on June 4, 2021, Level beginner Resource Length medium
The DevOps Institute recently released their latest report entitled "Upskilling 2021: Enterprise DevOps Skills Report". The report found that automation and security remain vital to business success. By Matt Campbel and Eveline Oerhlich.
Tags app-development devops cio agile management
-
4 tips for automation engineers interested in Site Reliability Engineering
Posted on June 3, 2021, Level beginner Resource Length medium
Software has undoubtedly become more complex over the last two decades. In 2000, it was estimated that there were 3.4 million internet users. The expectation of all software today has increased tremendously. To support these expectations, organizations have had to invest in reliability and operability of their systems. Zero downtime deployments, high levels of resilience to failure, and ease of restoring service are all key characteristics for any software system today. By Abigail Bangser.
Tags app-development learning devops cio agile management
-
GRPC delivers on the promise of a proxyless Service Mesh
Posted on June 2, 2021, Level advanced Resource Length medium
With the newest edition of the gRPC protocol, microservices-based systems will no longer need separate stand-alone service mesh sidecars, noted Megan Yahya, Google's product manager for gRPC, in her talk at KubeCon+CloudNativeCon EU earlier this month. By Joab Jackson.
Tags app-development web-development devops cio kubernetes
-
Lazy-loading React components - no rocket science
Posted on June 1, 2021, Level intermediate Resource Length medium
Welcome to the world of code-splitting where you can lazy-load (dynamically) your JavaScript bundle dynamically, only when the user requested it. By Amandeep Singh.
Tags app-development web-development nodejs frontend
-
Neurons act not as simple logic gates, but as complex, multi-unit processing systems
Posted on May 30, 2021, Level beginner Resource Length medium
A study published in the journal Science has upended 80 years of conventional wisdom in computational neuroscience that has modeled the neuron as a simple point-like node in a system, integrating signals and passing them along.? By William Brown, resonance science research scientist.
Tags machine-learning miscellaneous cio app-development management cloud
-
Google analytics will track data without cookies
Posted on May 17, 2021, Level beginner Resource Length short
When cookies aren't available, Google Analytics will soon be able to gather data using machine learning. By Matt Southern.
Tags analytics web-development frontend app-development
-
Programmatically generate images with CSS Painting API
Posted on May 16, 2021, Level beginner Resource Length medium
A JavaScript API for dynamic image creation coupled with CSS. Images add color to an application. However, as we all know, having a lot of high-resolution images affects the page load time. By Viduni Wickramarachchi.
Tags css web-development frontend app-development
-
WebRTC video calls implemented in React
Posted on May 13, 2021, Level intermediate Resource Length long
Having been implementing WebRTC in production systems for almost a year now, we wanted to add this resource to the documentation available for the architecture of WebRTC videocalls. Partly to share our knowledge and common gotchas, and also to give back to the web standard that has supported us so well. By yown.it.
Tags app-development web-development frontend react javascript
-
How we put the first quantum computer on the cloud
Posted on May 12, 2021, Level beginner Resource Length long
Five years ago, we made history by launching the IBM Quantum Experience, putting the first quantum processor on the cloud for anyone to run experiments. By Ryan Mandelbaum @IBM.
Tags machine-learning bots programming app-development cloud
-
Monitoring and observability in cloud-native ASP.NET Core apps
Posted on May 11, 2021, Level beginner Resource Length short
Distributed applications are complex and bring in their own set of challenges for developers to debug and fix production issues. Though the microservices architecture helps maintain a smaller team that works autonomously and focuses on separate business domains, it introduces newer challenges due to its distributed nature. By Nish.
Tags programming app-development devops azure monitoring
-
Recording audio on Android with examples
Posted on May 5, 2021, Level beginner Resource Length medium
Knowing how to effectively record audio from a phone is valuable for mobile developers, but is especially essential for apps that process media. The wide range of hardware in Android devices can make it difficult to develop applications that need to capture and play back audio. By Megan Ren.
Tags android app-development kotlin ux
-
Introducing PHP on Cloud Functions
Posted on May 4, 2021, Level beginner Resource Length medium
Google is bringing support for PHP, a popular general-purpose programming language, to Cloud Functions. With the Functions Framework for PHP, you can write idiomatic PHP functions to build business-critical applications and integration layers. By Brent Shaffer and Vinod Ramachandran @googlecloud.
Tags app-development cloud php google serverless