the first one;
Second one
Source, Ingest, Prepare, Analyze and Consume
the first one;
Second one
It has been common to see posts and articles talking about what a software architect must read and what your book library, as an architect, should include. However, no one explains how to read them or if there is a specific sequence you must follow.
Here is one article that uses this concept; Books for Great Software Architects — Fundamentals Path
https://haitham-raik.medium.com/books-for-great-software-architect-34c81fc70e12
This is how;
public class HomeController : Controller {
private IWebHostEnvironment _hostEnvironment;
public HomeController(IWebHostEnvironment environment) {
_hostEnvironment = environment;
}
[HttpGet]
public IActionResult Get() {
string path = Path.Combine(_hostEnvironment.WebRootPath, "Sample.PNG");
return View();
}
}
References
How to make morning bread;
Ingreditents:
Mix ingredients and leave it for 20 minutes. After 20 minutes, take 100 gram bread piece. Stritch it on a plain surface, add curves to stitched bread, roll it back, add oil and leave it for another 20 minutes.
You are all set for cooking. Watch video, how to cook.
Ingredients:
enjoy!
Now comes the masala;
And finally imli ki chattni;
Some other videos to watch are;
Dhai Bara / Chana Chat masala
Imli ki Chatni
This completes this wonderful dish.