ContentPosts from @libertarian_meme..
Story
@javinpaul shared a post, 2 years, 2 months ago
Blogger, Programmer, Developer

10 Best Scala + Groovy Frameworks for Java Developers

Hello devs, if you are doing Java development then there is a fair chance that you may be familiar with Scala and Groovy - two powerful and dynamic programming languages that run on the Java Virtual Machine (JVM). These languages offer unique features and capabilities that can enhance your developm..

best scala frameworks and best Groovy libraries
Link
@faun shared a link, 2 years, 2 months ago
FAUN.dev()

GCP Billing & Cost Management

In this article, the author breaks down how Google Cloud Platform handles costs and billing. They explain how to read your bill and set up ways to manage costs. They divided the article into: - How GCP Handles Billing ? - Billing Account & Associated IAM Roles - Billing Alerts, Budgets - Billing Rep.. read more  

GCP Billing & Cost Management
Link
@faun shared a link, 2 years, 2 months ago
FAUN.dev()

Death by a thousand microservices

The current tech culture is plagued by a fixation on complexity, driven by factors like the adoption of microservices without clear necessity, overzealous emulation of industry giants, and excessive funding leading to misdirected priorities. In this pursuit of complexity, many companies overlook the.. read more  

Death by a thousand microservices
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