Tag: Leadership and career
-
Low-code backend for startups
Posted on January 14, 2023, Level beginner Resource Length medium
This post will reveal author's experience of working in multiple startups. The views are completely driven based upon his personal experience and can be found biased. By Navneet Maheshwari.
Tags business-and-emerging-tech miscellaneous architecture-and-apis leadership-and-career
-
NIST cybersecurity framework compliance with Sepio
Posted on January 12, 2023, Level intermediate Resource Length short
The NIST Cybersecurity Framework (NIST CSF) is a voluntary framework developed by the National Institute of Standards and Technology (NIST) to help organizations manage cybersecurity risk. It was created via an executive order from President Obama in 2013 to improve cybersecurity within critical infrastructure. By Julien Katzenmaier.
Tags security-and-privacy architecture-and-apis leadership-and-career miscellaneous
-
Experiment: The hidden costs of waiting on slow build times
Posted on January 11, 2023, Level intermediate Resource Length long
How much does it really cost to buy more powerful cloud compute resources for development work? A lot less than you think. By Natalie Somersall.
Tags devops-and-ci-cd leadership-and-career cloud-and-infrastructure miscellaneous
-
Grafana Loki: Architecture and running in Kubernetes with AWS S3 storage and boltdb-shipper
Posted on January 10, 2023, Level intermediate Resource Length long
In the new project, there is no logging system at all, and since we all love the Grafana stack, we also decided to use Loki for logging. Loki is built on a microservices architecture, with all microservices assembled into a single binary. By Arseny Zinchenko.
Tags devops-and-ci-cd leadership-and-career cloud-and-infrastructure
-
7-Step guide to IT cost reduction in 2023
Posted on January 7, 2023, Level beginner Resource Length medium
As per the latest forecast by Gartner, worldwide IT spending is projected to amount to $4.6 trillion in 2023, up by 5.1% from 2022. The demand for IT will be strong in 2023 as enterprises launch digital business initiatives to respond to global economic challenges. By Srinivas Miriyala.
Tags business-and-emerging-tech leadership-and-career devops-and-ci-cd cloud-and-infrastructure
-
Automate like an expert with Ansible validated content
Posted on January 6, 2023, Level intermediate Resource Length long
During AnsibleFest 2022, we announced the launch of Ansible validated content. This new initiative is focused on delivering an expert-led approach for automating your platform portfolio across infrastructure, networking, cloud, security and edge use cases. By Massimo Ferrari.
Tags devops-and-ci-cd product-and-design architecture-and-apis leadership-and-career
-
Migrating to Google Cloud Spanner
Posted on January 2, 2023, Level intermediate Resource Length medium
This blog covers a typical migration journey from your existing database to Google Cloud Spanner DB. It covers the entire journey into three parts — essential things to do before, during, and after migration, so that you can also follow along similar lines and ensure a smooth migration of your data. By Hardik Taluja.
Tags backend-development devops-and-ci-cd leadership-and-career miscellaneous
-
How we automatically share new content on social media
Posted on January 1, 2023, Level beginner Resource Length medium
When authors publish a new post on Laravel News, many things happen in the background for it to be automatically sent out to all the places around the internet. In this post, let's look at how they share it with all the services. By Eric L. Barnes.
Tags backend-development devops-and-ci-cd leadership-and-career miscellaneous
-
Composability: The future of innovation
Posted on December 30, 2022, Level beginner Resource Length medium
In recent years there has been a constant stream of software architecture movements: microservices, API-led connectivity, event driven architecture, composable enterprise, automation, and data mesh. We're going to address how these trends can be positioned in a broader innovation strategy. By Jeroen Reizevoort.
Tags miscellaneous product-and-design leadership-and-career devops-and-ci-cd architecture-and-apis
-
Building more efficient data infrastructure for machine learning
Posted on December 17, 2022, Level intermediate Resource Length medium
The current influx of data — structured, semi-structured, and unstructured — being driven by an array of data sources is fueling opportunities to leverage machine learning to extract insights and accelerate innovations that can transform businesses and industries. As these data volumes continue to rise, companies are struggling with the complicated task of managing this data and figuring out how to harness it for analytics and AI. By Vedant Jain, Denny Lee.
Tags leadership-and-career cloud-and-infrastructure data-and-analytics ai-and-machine-learning
-
2022 in review: What's new in web performance?
Posted on December 16, 2022, Level intermediate Resource Length medium
The way we measure and optimize website speed is always changing. New web standards are introduced (and eventually widely supported), new tools are developed, and new metrics suggested. By Matt Zeunert.
Tags leadership-and-career frontend-and-mobile software-engineering
-
Neural Networks from scratch with Python code and math in detail
Posted on December 14, 2022, Level beginner Resource Length long
Older article about building neural networks from scratch. From the math behind them to step-by-step implementation coding samples in Python with Google Colab. By Pratik Shukla, Roberto Iriondo.
Tags ai-and-machine-learning leadership-and-career data-and-analytics