ContentPosts from @cchiruka2..
Link
@faun shared a link, 2 years, 4 months ago
FAUN.dev()

The Evolution of Serverless Monitoring Tools: Enhancing Efficiency and Performance

Explore how serverless monitoring tools empower developers and operators to gain deep insights into their serverless applications... read more  

The Evolution of Serverless Monitoring Tools: Enhancing Efficiency and Performance
Link
@faun shared a link, 2 years, 4 months ago
FAUN.dev()

Rethinking infrastructure as code from scratch

The current approaches are trying to simplify the cloud by providing a simpler interface, but this is fundamentally unscalable and will not make infrastructure development and management significantly simpler... read more  

Rethinking infrastructure as code from scratch
Link
@faun shared a link, 2 years, 4 months ago
FAUN.dev()

What's the State of Credential theft in 2023?

Credential theft remains a major issue in 2023, with 83% of data breaches involving external actors, and 49% of these breaches involving stolen credentials. Threat actors often exploit user vulnerabilities through social engineering and fake login pages, highlighting the importance of strong passwor.. read more  

What's the State of Credential theft in 2023?
Link
@faun shared a link, 2 years, 4 months ago
FAUN.dev()

How to Protect WordPress from DDoS Attacks?

WordPress websites are vulnerable to DDoS attacks, which can cause slow responses or complete site downtime and lead to financial losses, reputation damage, and costly repairs. To protect your WordPress site, you can use security measures like disabling the XML-RPC API, installing anti-DDoS plugins,.. read more  

Link
@faun shared a link, 2 years, 4 months ago
FAUN.dev()

OpenAI acquires Global Illumination

OpenAI has acquiredGlobal Illumination, with the entire team joining OpenAI to work on their core product, including ChatGPT... read more  

OpenAI acquires Global Illumination
Link
@faun shared a link, 2 years, 4 months ago
FAUN.dev()

Go 1.21 Release Notes

Go 1.21 introduces changes to the language including the addition of three new built-in functions, improvements to type inference, and support for per-iteration loop variables... read more  

Link
@faun shared a link, 2 years, 4 months ago
FAUN.dev()

5 Ways to Write a Go Database Model

If your app were a meal, the database models are like a bland carb that fills your belly but never satisfies. They are, well, crud. So it’s no wonder that Go has so many tools to get this job out of the way... read more  

Link
@faun shared a link, 2 years, 4 months ago
FAUN.dev()

AWS Lambda Observability Best Practices

Best practices for Lambda observability to identify and resolve issues quickly and ensure optimal performance for your serverless functions... read more  

AWS Lambda Observability Best Practices
Link
@faun shared a link, 2 years, 4 months ago
FAUN.dev()

Exploratory Data Analysis with Python Jupyter Notebook

A tutorial on how to perform exploratory data analysis (EDA) in Jupyter Notebook, covering data cleaning, data preprocessing & data visualization techniques... read more  

Exploratory Data Analysis with Python Jupyter Notebook
Link
@faun shared a link, 2 years, 4 months ago
FAUN.dev()

Introducing Immortal Objects for Python

Instagram has introduced Immortal Objects - PEP-683 - to Python, allowing objects to bypass reference count checks and remain throughout the runtime, providing opportunities for true parallelism... read more  

Introducing Immortal Objects for Python