ContentPosts from @dawnalvarez494..
Link
@faun shared a link, 3 years, 1 month ago
FAUN.dev()

How to own your own Docker Registry address

Docker Hub is changing its policy on community-run images; they require payment for publishing new images and will give only one day's warning before deactivating non-paying accounts. To maintain control, you can consider hosting your Docker registry yourself, on your own infrastructure. Docker reg.. read more  

How to own your own Docker Registry address
Link
@faun shared a link, 3 years, 1 month ago
FAUN.dev()

Monitoring Kubernetes Clusters on GKE (Google Container Engine)

Kubernetes ecosystem offers various log monitoring solutions to monitor logs at different layers of the Kubernetes engine stack. To implement a log monitor stack for your Kubernetes engine, follow best practices such as: - determining important metrics, - avoiding monitoring everything or too littl.. read more  

Link
@faun shared a link, 3 years, 1 month ago
FAUN.dev()

Passwordless Authentication made easy with Cognito: a step-by-step guide

This blog post discusses thedrawbacks of password-based authenticationandintroduces passwordless authentication, which allows user verification without using passwords. The post focuses on how to implement passwordless authenticationusing Amazon Cognito, a fully managed service that provides user s.. read more  

Passwordless Authentication made easy with Cognito: a step-by-step guide
Link
@faun shared a link, 3 years, 1 month ago
FAUN.dev()

Amazon EventBridge: The missing piece to your app

Amazon introduces EventBridge, an event-driven serverless architecture service that enables seamless integration of multiple AWS services, SaaS applications, and event partners. With advanced filtering and event routing capabilities, it can effectively deliver events to designated targets and enhan.. read more  

Amazon EventBridge: The missing piece to your app
Link
@faun shared a link, 3 years, 1 month ago
FAUN.dev()

The biggest problem with EventBridge Scheduler and how to fix it

EventBridge Schedulercan be useful for scheduling recurring events, butit has some limitationswhen used for adhoc one-off tasks. Pubudu Jayawardana's alternative solution using Lambda Destination and Step Functions is a cost-effective and scalable workaround. This approach leverages existing AWS ser.. read more  

The biggest problem with EventBridge Scheduler and how to fix it
Link
@faun shared a link, 3 years, 1 month ago
FAUN.dev()

Guide to AWS Serverless & Lambda Testing Best Practices

Testing serverless applications is essential to increase application quality, reliability and ensure security. However,testing a serverless application introduces new challenges. This blog post introduces practical guidelines for testing serverless services, focusing on AWS Lambda functions, which .. read more  

Link
@faun shared a link, 3 years, 1 month ago
FAUN.dev()

Automate Lambda Monitoring and Error Reporting through in-house AWS services

This guide shows how to use AWS CloudWatch and SNS to proactively monitor and receive notifications for errors in a micro-service application. It involves creating an SNS topic and subscribing to it, creating an IAM role and Lambda function, and adding a CloudWatch log trigger with a filter pattern .. read more  

Automate Lambda Monitoring and Error Reporting through in-house AWS services
Story
@michaelwilson shared a post, 3 years, 1 month ago
iWebServices

How Is Flutter Leading The Way In Mobile App Development?

Did you know? For the past several years, Flutter has earned the hearts of developers and users alike for their demands in mobile application development services. According to Statista, 30% of software developers used Flutter as their major cross-platform mobile framework in 2019. However, by 2021,..

Flutter App development Servicers.png
Link
@faun shared a link, 3 years, 1 month ago
FAUN.dev()

Introducing react.dev

React has launched a new website (react.dev)that teaches modern React with function components and Hooks. The new site includes diagrams, illustrations, challenges, andover 600 new interactive examples. The old React documentation site has moved tolegacy.reactjs.org. The new docs teach React with .. read more  

Link
@faun shared a link, 3 years, 1 month ago
FAUN.dev()

Announcing TypeScript 5.0

TypeScript 5.0 has been released with new featuresaimed at making the language smaller, simpler, and faster. Some of the new features include support for the new decorators standard, better support for ESM projects in Node and bundlers, expanded JSDoc functionality, simplified configuration, and imp.. read more  

Announcing TypeScript 5.0