That Developer Dad
That Developer Dad
  • Видео 21
  • Просмотров 812
Build an application from Zero to MVC with C# and dotNet - Diagrams and Solutions and Projects OHMY!
We took the concepts we identified in the morning of July 2, and formalized them as components on a Static Design Diagram.
We talked about the 5 main components archetypes in the design system that I use, and then built the diagram. I paused to explain a few important points about this design methodology along the way, but we got it done.
Then I struggled to get the diagram added to my architecture markdown file, and wrapped up the session by creating the .Net solution and adding the projects to it.
Tomorrow, we code!
-- Follow the project progress at: www.thatdeveloperdad.com/posts/Project2GMToolsDotNet
-- Github: github.com/ThatDeveloperDad/GM_Tools
-- Watch live at www.twitch.tv/thatdevelop...
Просмотров: 3

Видео

Build an application from Zero to MVC with C# and dotNet - study requirements & extract concepts
Просмотров 713 часов назад
Today, I analyzed the requirements I wrote yesterday, and extracted some high level concepts from them. I identified which concepts were nouns and verbs, and then looked closely to identify how those concepts were volatile within the context of generating an NPC. Discovering that "RollDice" is going to be done a lot, and have a lot of change from use to use, I spent a good bit of time talking a...
Build an application from Zero to MVC with C# and dotNet - Capturing Requirements
Просмотров 162 часа назад
I brainstormed different features that I could build in this thing, and settled on the first one, a Townsfolk Generator. I then listed the functional and non-functional (technical) requirements for the solution, and started digging into the details of those. Tomorrow, we talk about volatility! Project Tracking Page: www.thatdeveloperdad.com/posts/Project2GMToolsDotNet Github: github.com/ThatDev...
Build an application .Net and C# Zero to MVP - Planning and Setup
Просмотров 242 часа назад
In this morning's video, we talked about the problem I want to solve, and an idea I have for the solution. Then, we created the GitHub repository, set up the folder structure for our documents and eventually code, and made a GitHub Project so we can plan and track our progress. In the next stream, we'll get into Feature Identification and Requirements Documentation. The organization that REALLY...
Use Javascript to aggregate the article count / tag across the posts in our blog.
Просмотров 359 часов назад
In this video, we bring in a little more javascript to help us count how many articles are tagged with a particular Topic, so that people can more easily see if there's more information to be had. Then, we added those counts to each tag, and styled the count as a "badge" using CSS. We are building: www.thatdeveloperdad.com We are using: astro.build Watch live at www.twitch.tv/thatdeveloperdad
StyleAndSortArticleTags
Просмотров 369 часов назад
Fixed up the CSS to make the individual tags in our tag indexes a little tighter. We made heavy use of Copilot via Bing.com to find the JavaScript we need to get the tags sorted and consolidated regardless of the letter cases. URLs for the description We are building: www.thatdeveloperdad.com We are using: astro.build Watch live at www.twitch.tv/thatdeveloperdad
Use CSS to improve our Article Table of Contents.
Просмотров 379 часов назад
This morning we continued working through the collection of GitHub issues I recorded yesterday, using different CSS tricks to change the way certain lists and their items are displayed on screen. We styled some lists and their items with CSS. Starting to dial in a lot of the visual elements. We also discussed how to make it easier to change styles throughout the site, and how to apply those sty...
CSS work - Improved the layout for the Articles, and making the page header less uggo.
Просмотров 1112 часов назад
This afternoon, we created a new branch in our source code repository to hold the changes as we make them separate from the main, deployed page code. (We want to reveal all of the visual improvements at once, when we're done.) We got the Page Titles tidied up and looking MUCH less blah, as well as fixing up some of the ugliness on the Layouts we use to render our Articles that we publish. We ar...
Why is ThatDeveloperDad?
Просмотров 1014 часов назад
Why did I start doing this thing I'm doing?
Automate Tag processing in AstroJS
Просмотров 1914 часов назад
This afternoon, we added some more advanced JavaScript to our tags page to: 1 - Read the .md files in our posts folder. 2 - pull in the tags from each, and build an index of the unique topics we cover on the different articles we'll post. 3 - added a 'Topic Index" page to the site and linked it out through the Nav component. 4- Added a 'Topics' list to our article template. This lists the ident...
Dynamically create Tag pages using AstroJS and Javascript
Просмотров 2314 часов назад
This morning, we repaired the damage we did yesterday afternoon. (deleting the git branch is a super great way of fixing a terrible oops!) Then, we got back into the AstroJS tutorial and started building some DYNAMIC PAGES based on the tags we apply in our blog post files. I think I see where this is going... :) We are building: www.thatdeveloperdad.com We are using: astro.build Watch live at w...
Let's add some images. Maybe.
Просмотров 316 часов назад
This afternoon, we changed direction slightly, to try and get some images added to the website. It was... not as smooth an experience as we've had so far. Point and laugh as I struggle to uncenter a div! We are building: www.thatdeveloperdad.com We are using: astro.build Watch live at www.twitch.tv/thatdeveloperdad
Create an Article Table of Contents component using AstroJS
Просмотров 1616 часов назад
This morning, we talked through the last steps of making our Blog Post template, and got some dynamic rendering happening, if we identify a header image for our post in its front matter. Then, we started learning about some of the API capabilities offered by AstroJS, and created a component that will automatically build a Table of Contents from the files in our posts folder. Sweeeeet We are bui...
Create a blog post Template and feed it data with AstroJS
Просмотров 4619 часов назад
This afternoon, we: Walked through the process of creating a working branch from our codebase, where we fixed a couple minor issues. We then committed our changes and pushed that local working branch to our main repository. We issues our pull request, verified that it worked with our CI/CD pipeline, and pushed the fix to our production website. Then, we continued working through the AstroJS tut...
Create and Apply a Page Template in AstroJS
Просмотров 1119 часов назад
Create and Apply a Page Template in AstroJS
Building thatdeveloperdad.com Day 3 session 2
Просмотров 24День назад
Building thatdeveloperdad.com Day 3 session 2
Building thatdeveloperdad.com Day 3 session 1
Просмотров 10День назад
Building thatdeveloperdad.com Day 3 session 1
Building thatdeveloperdad.com Day 2 session 2
Просмотров 23День назад
Building thatdeveloperdad.com Day 2 session 2
Building thatdeveloperdad.com day 1
Просмотров 21День назад
Building thatdeveloperdad.com day 1
Building thatdeveloperdad.com Day 2
Просмотров 32День назад
Building thatdeveloperdad.com Day 2

Комментарии

  • @isvene
    @isvene 2 дня назад

    I literally was looking for a tutorial about this, and this literally helped me. Thank you!

    • @ThatDeveloperDad
      @ThatDeveloperDad 2 дня назад

      AWESOME!!! I hope my rambling and such don't get in the way of you getting the information you need. The tutorial I followed to do all this can be found at docs.astro.build/en/tutorial/0-introduction/ It's somewhere in chapter 4 or 5 of the Build a Blog tut.

  • @fisherman6178
    @fisherman6178 2 дня назад

    hey rob, like the video and cannot believe the low view and subscriber count! However, i truly believe those will grow the more people see your skills! Have u got any places we can catch any of your other ideas etc? such as linkedin e.g? Thanks! From Fred in the UK

    • @ThatDeveloperDad
      @ThatDeveloperDad 2 дня назад

      Good afternoon, Fred in the UK! Thanks for watching, and I appreciate your kind comments. I'm not overly stressed about views and subscriptions just yet. I've only been at this for about 10 days as of the time I type this. I've got links to everywhere you can find me on my website, www.thatdeveloperdad.com

  • @thelavishcoder2553
    @thelavishcoder2553 6 дней назад

    This is great! Keep it up!

    • @ThatDeveloperDad
      @ThatDeveloperDad 5 дней назад

      Thanks, Fellow Human! We're getting really close to the end of the Build-a-Blog tutorial. I think we might get into some C# & .Net dev as soon as next Monday!😁

    • @thelavishcoder2553
      @thelavishcoder2553 5 дней назад

      @@ThatDeveloperDad Sounds like fun!

    • @thelavishcoder2553
      @thelavishcoder2553 3 дня назад

      @@ThatDeveloperDad Why not throw some Rust in there? I've got some code for you that you can use.

    • @ThatDeveloperDad
      @ThatDeveloperDad 2 дня назад

      @@thelavishcoder2553 Rust is something I've not taken on yet. I appreciate the offer, but tomorrow (7/1) I'll be starting a new Project here, using C# & .NET