The Azure Static Website might sound like a chunk of space on an Apache server that you FTP an angular site to, but it’s far more than that. What they’ve actually done may seem like overkill, but I’ve really come to be impressed. The first thing is, it’s not a static website. This is actually […]
appsettings.json is not your friend
The most common issue we have is getting a connection string from our appsettings.json or webconfig file into a class that we will use to call the database. This is even more difficult when we start getting lots of integration systems like Amazon S3 or Google Storage. No matter what, we don’t want those secure […]
Responsive Views in Angular without CSS Media Settings
After Angular’s FlexLayout was deprecated, I hunted around for any alternatives to Bootstrap and decided to just go it alone with FlexBox CSS. However, the responsive options for flexbox seemed clumsy and difficult to maintain. I found a great compromise with Angular CDK’s Breakpoint Observer
- « Previous Page
- 1
- 2
- 3
- 4
- …
- 24
- Next Page »