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
Using Auth0 for Cross Application Security
The biggest problem we’ve faced as a company regarding security is how best to leverage open authentication to access our own databases. When authenticating with Google directly, there are ways to ensure security with server-to-server calls. With Auth0, a fantastic service, there is a complication. Auth0 doesn’t have a hook where our server can call […]
- « Previous Page
- 1
- 2
- 3
- 4
- …
- 10
- Next Page »