Open Authentication can be a real chore, but Auth0.com helps with it a bit. However, you’ve still got some “simple” work to do, which can be maddening if you don’t have a good example.
Angular Modules and Sub-Modules
Lazy loading and Feature Modules can be confusing, but they’re actually pretty simple once you know some basics
Restoring a copy of your database from a backup
About 20 minutes ago, I made a nice update of the status of every single record in a table because I didn’t highlight the criteria portion of a SQL statement. So, after I got over the sinking realization of what I had just done, and finished swearing, I realized I’d better pull down a backup and get to work. However, I only updated a single column in a single table, So I didn’t want to roll over the work of an entire business day, just recover the single column from a table that’s 99% read-only for most people. So, how do you do that?
- « Previous Page
- 1
- …
- 4
- 5
- 6
- 7
- 8
- …
- 24
- Next Page »