Tag: Cloud
-
The first 30 days as a CTO or VP of Engineering for SaaS: What you need to know
Posted on March 5, 2023, Level beginner Resource Length medium
Starting a new leadership position can be both exciting and daunting, especially if you're taking over a product or team that you know little about. The first 30 days are critical for setting the tone and direction of your leadership and establishing credibility with your team and other stakeholders. In this post, we'll provide a roadmap for surviving and thriving in the first 30 days as a new CTO or VP of Engineering. By Zack Schwartz.
Tags cio cloud miscellaneous how-to teams career
-
What is changing for Vuejs developers in 2023
Posted on February 20, 2023, Level beginner Resource Length medium
2022 saw some major changes in the Vue.js ecosystem from Vue 3 becoming the new default Vue version, to development environments pivoting to Vite, to a stable release of Nuxt 3. What do all these changes, and others, mean for Vue.js devs in 2023? By Daniel Kelly.
Tags cio frontend javascript cloud web-development
-
Top 8 products startups use on Google Cloud
Posted on February 19, 2023, Level beginner Resource Length short
Startups worldwide turn to Google Cloud tools to build fast on a strong and easy to use platform that helps them get to market and launch products faster, all while building on the cleanest cloud in the industry. Startups leverage Google Cloud and our Google for Startups Cloud Program to go from idea to IPO, and there are a variety of products on Google Cloud that can help them. By Fillipo Madella.
Tags google management cio gcp cloud
-
How to get started filling 3.4 million cybersecurity jobs
Posted on February 18, 2023, Level beginner Resource Length medium
It seems like it's getting harder to hire for security roles, just as attacks grow more sophisticated. Here's some advice to ease recruiting — and nurture security talent in-house. By Jennifer Riggins.
Tags miscellaneous management cio infosec cloud
-
Temporal graph neural networks with Pytorch - How to create a simple recommendation engine on an Amazon dataset
Posted on February 11, 2023, Level beginner Resource Length long
Over the course of the last few months, we at Memgraph have been working on something that we believe could be helpful with classical graph prediction tasks. With our latest newborn query module, you will have the option of performing both label classification and link prediction. By Antonio Filipovic.
Tags cloud big-data devops data-science python
-
How Grafana Labs uses and contributes to OpenCost, open source project for real-time cost monitoring in Kubernetes
Posted on February 10, 2023, Level beginner Resource Length medium
While more and more teams are adopting Kubernetes as their standard container orchestration technology, cost insight is lacking. Teams often don't know how much they're spending, where in their organization they are spending, or what is driving their infrastructure cost increases. OpenCost helps alleviate this problem by bringing real-time cost monitoring to Kubernetes workloads with a solution that encompasses both an open specification and an open source project. By Mark Poko, JuanJo Ciarlante.
Tags cloud kubernetes devops performance open-source
-
Azure high-performance computing powers energy industry innovation
Posted on February 9, 2023, Level beginner Resource Length medium
Global energy demand has rapidly increased over the last few years and looks set to continue accelerating at such a pace. With a booming middle class, economic growth, digitization, urbanization, and increased mobility of populations, energy suppliers are in a race to leverage the development of new technologies that can more optimally and sustainably generate, store, and transport energy to consumers. By Rudeon Snell.
Tags cloud azure devops performance
-
Storing OpenAI embeddings in Postgres with pgvector
Posted on February 8, 2023, Level beginner Resource Length medium
A new PostgreSQL extension is now available in Supabase: pgvector, an open-source vector similarity search. By Greg Richardson.
Tags cloud machine-learning devops bots database
-
The complete guide to AIOps - Everything you need to know
Posted on February 7, 2023, Level intermediate Resource Length medium
This article will help you dive into the exciting world of AIOps, and learn why it's a must-have. We'll also cover how it works, its use cases, and most importantly, how to get started with Artificial Intelligence in IT Operations as a business. By Brayan Kai Mwanyumba.
Tags cloud cio devops learning
-
2023 state of databases for serverless & edge
Posted on February 2, 2023, Level intermediate Resource Length medium
There's been massive innovation in the database and backend space for developers building applications with serverless and edge compute. There are new tools, companies, and even programming models that simplify how developers store data. By Lee Robinson.
Tags serverless cio cloud database iot devops
-
Reducing Go execution tracer overhead with frame pointer unwinding
Posted on February 1, 2023, Level intermediate Resource Length medium
The Go Execution Tracer (aka runtime/trace) was designed to achieve low enough overhead to be usable on "a server in production serving live traffic". This is achieved by writing events into per-P buffers, using RDTSC for timestamps, and encoding into a relatively efficient binary format. By Felix Geisendörfer.
Tags golang programming microservices cloud performance
-
Micro frontends for Java microservices
Posted on January 31, 2023, Level intermediate Resource Length medium
Microservices have been quite popular in the Java ecosystem ever since Spring Boot and Spring Cloud made them easy to build and deploy. Things have gotten even easier in recent years with the proliferation of new Java frameworks built specifically for microservices: MicroProfile, Micronaut, Quarkus, and Helidon. By Matt Raible.
Tags java programming microservices cloud serverless