To Begin
just start writing...
just start writing...
Angular Project Recently, I've been learning the latest version of Angular (v18 at the time of this writing) using a course on Udemy called Angular - The Complete Guide (2024 Edition) by Maximilian Schwarzmuller. The course is great and I've gotten up to the first project
At times when we are looking for something real hard, we can focus and search. Maybe even close our eyes and strain trying to see it. And despite our efforts it seems out of reach, invisible, lost. Its only then when we stop looking, stop trying to see it, stop
This is a very basic setup for a Ghost blog routed globally through Cloudflare's network that you can run with minimal cost. It will run on the lowest tier droplet that DigitalOcean offers at $6 a month. The Cloudflare cost is roughly the cost of the domain ~$12
Or how to get your components to talk to each other Directional communication In the following examples I'll be showing a method to get components to communicate between each other when they are in a direct parent - child relationship. We'll be using the @Input and