Creating an AWS Lambda Function with Environment VariablesObjective: create a lambda function that uses parameterized variable(s).Jan 14Jan 14
Using Mockoon to mock your REST API endpointsSynonyms: RESTful web services ~ REST API ~ HTTP endpoints ~ controllerSep 11, 2024Sep 11, 2024
Building a Custom Validator for Multiple FormControl Inputs | AngularSynonyms: Reactive forms ~ [formControl] directive ~ model-driven formSep 1, 2024Sep 1, 2024
Angular EventEmitters to Pass Data from Child to Parent ComponentIn Angular, an EventEmitter creates a custom event, allowing a child component to communicate with its parent.Aug 30, 2024Aug 30, 2024
Angular FormControl ValidatorsSynonyms: Reactive forms ~ [formControl] directive ~ model-driven formAug 29, 2024Aug 29, 2024
Using ngDefaultControl on Angular Reactive forms with no value accessorSynonyms: Reactive forms ~ [formControl] directive ~ model-driven formAug 20, 20243Aug 20, 20243
Angular Input Binding to Pass Data from Parent to Child ComponentThis is the first in a series of posts on data passing/communication between Angular components. This post covers the passing of data from…Aug 19, 20245Aug 19, 20245
CSS grid for form layoutI usually use CSS flexbox whenever possible, however I could not think of how to make this layout work:Aug 18, 2024Aug 18, 2024
Generated InterfaceA useful interface in Java for auto-generated, trivial code such as getters and setters, toString, hashCode, etc. Just add the @Generated…Aug 1, 2024Aug 1, 2024
Web dev | window.location.searchOne concept I have glossed over in studying is window vs document. These are objects provided by the browser for client-side web…Nov 20, 2023Nov 20, 2023
CodePath TF Unit 1 LabMichaelDacanay/ios101-lab1-mariokart-starter: Unit 1 Teaching Fellow Prep (github.com)Sep 12, 2023Sep 12, 2023
SwiftUI and Publishing on the App StoreRecently, I published my first app with a friend: BlogSmart on the App Store (apple.com).Aug 20, 2023Aug 20, 2023
How to Disable Guest Mode, Kids Mode, Add Profile, etc. in Microsoft Edge (Mac)Open Terminal app, and run following commands:Aug 17, 2023Aug 17, 2023
kcatOne of the most popular messaging technologies is Kafka, developed by Apache. At Tesla, my team used Kafka for communication in distributed…Aug 12, 2023Aug 12, 2023
Azure PolicyGovernance: set of practices, policies, and processes implemented by organizations using Microsoft Azure cloud services to ensure the…Jul 24, 2023Jul 24, 2023
Building a Multi-stage DockerfileA Dockerfile is a text file that contains a set of instructions used to build a Docker image. The rationale of a multi-stage Dockerfile is…Jul 24, 2023Jul 24, 2023
Cloud Build for Docker Containers | GCPUse Cloud Build to build and push containersJul 24, 2023Jul 24, 2023
The Lifespan of a Docker ContainerDocker containers are ephemeral. They can start and stop within a second. Or they can behave similar to a VM that a user can enter and run…Jul 23, 2023Jul 23, 2023