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

Finding API Flaws Before Production

Finding API flaws before production is crucial for the success of any project. Not only does it ensure that your API works as intended, but it can also save you time, money, and headaches down the line... read more  

Finding API Flaws Before Production
Link
@faun shared a link, 2 years, 2 months ago
FAUN.dev()

Init Containers in Azure Container Apps : File Processing

The scenario involves using an init container to download and preprocess a file in order to ensure it is ready for the main application container to use. This simplifies the deployment process and ensures that the application always has access to the required data... read more  

Init Containers in Azure Container Apps : File Processing
Link
@faun shared a link, 2 years, 2 months ago
FAUN.dev()

Crafting a Language Server in Golang: A VSCode LSP for Lama2

The article discusses the development of Lama2, a plain-text API manager at Hexmos, with a focus on its evolution through stages and the adoption of the Language Server Protocol (LSP) in Golang to enhance reusability and efficiency in code suggestions and completions for API management in Visual Stu.. read more  

Crafting a Language Server in Golang: A VSCode LSP for Lama2
Link
@faun shared a link, 2 years, 2 months ago
FAUN.dev()

How to write better Django code

For better Django code quality: - Set clear boundaries between apps. - Use services with public methods to reduce coupling. - Adopt a three-tier architecture or combine service and persistence layers. - Favor unit tests over integration ones and use Pytest with pytest-django for efficient testing. -.. read more  

How to write better Django code
Link
@faun shared a link, 2 years, 2 months ago
FAUN.dev()

Google Cloud adds 11 blockchains to data warehouse ‘BigQuery’

Google Cloud's BigQuery service now includes a data warehouse for blockchain networks, such as Avalanche, Arbitrum, Ethereum's Görli testnet, Fantom, Near, Optimism, Polkadot, Polygon's mainnet, Polygon's Mumbai testnet, Tron, and more... read more  

Google Cloud adds 11 blockchains to data warehouse ‘BigQuery’
Link
@faun shared a link, 2 years, 2 months ago
FAUN.dev()

Bun + AWS Lambda = ❤️

This article provides a step-by-step guide for deploying a Bun lambda layer with an example TypeScript handler code on AWS Lambda, highlighting Bun's focus on fast startup, efficient code execution, and a cohesive developer experience... read more  

Bun + AWS Lambda = ❤️
Link
@faun shared a link, 2 years, 2 months ago
FAUN.dev()

How to (Right) Size a Kubernetes Cluster for Efficiency

Set the right values for requests and limits, select the right instance type, and use calculators to make Kubernetes costs more predictable... read more  

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

Self-hosted GitHub runners on AWS

GitHub Actions users can enhance automation by using self-hosted runners on AWS, which offers advantages such as cost reduction, access to private networks, and environment customization. Three approaches to self-hosting GitHub runners on AWS are discussed: hosting on EC2 instances, scaling with aut.. read more  

Self-hosted GitHub runners on AWS
Link
@faun shared a link, 2 years, 2 months ago
FAUN.dev()

Argo CD Application Controller Scalability Testing on Amazon EKS

AWS is working with the Argo CD open-source community to address scalability concerns. They conducted experiments with Argo CD on Amazon EKS, testing settings like reconciliation timeout and status/operation processors to optimize performance. Increasing the reconciliation timeout improved queue cle.. read more  

Argo CD Application Controller Scalability Testing on Amazon EKS
Link
@faun shared a link, 2 years, 2 months ago
FAUN.dev()

Linux Foundation Launches OpenTofu: A New Open Source Alternative to Terraform

Opentofu, an open-source alternative to Terraform, has been formed as a response to Terraform's recent license change. Opentofu aims to provide a neutral governance model and a reliable open-source alternative to simplify infrastructure management in cloud environments... read more  

Linux Foundation Launches OpenTofu: A New Open Source Alternative to Terraform