Click here to Skip to main content
15,887,267 members

Welcome to the Lounge

   

For discussing anything related to a software developer's life but is not for programming questions. Got a programming question?

The Lounge is rated Safe For Work. If you're about to post something inappropriate for a shared office environment, then don't post it. No ads, no abuse, and no programming questions. Trolling, (political, climate, religious or whatever) will result in your account being removed.

 
GeneralRe: Programming Question Pin
Super Lloyd16-Nov-20 2:58
Super Lloyd16-Nov-20 2:58 
GeneralRe: Programming Question Pin
Jörgen Andersson16-Nov-20 4:22
professionalJörgen Andersson16-Nov-20 4:22 
GeneralRe: Programming Question Pin
Super Lloyd16-Nov-20 4:24
Super Lloyd16-Nov-20 4:24 
GeneralRe: Programming Question Pin
Jörgen Andersson16-Nov-20 4:27
professionalJörgen Andersson16-Nov-20 4:27 
GeneralRe: Programming Question Pin
Super Lloyd16-Nov-20 4:35
Super Lloyd16-Nov-20 4:35 
GeneralRe: Programming Question Pin
Slacker00716-Nov-20 2:32
professionalSlacker00716-Nov-20 2:32 
GeneralRe: Programming Question Pin
Super Lloyd16-Nov-20 2:46
Super Lloyd16-Nov-20 2:46 
GeneralRe: Programming Question Pin
raddevus16-Nov-20 3:38
mvaraddevus16-Nov-20 3:38 
Check out my SPA (to see if I know what I'm talking about): Core Competencies[^] *

*With any "modern" browser. I do not support IE and older browsers.

It allows you to track Business-related Core Competencies (with personal notes) and does not require you to sign in or anything. Just try it out on your phone or computer and it runs exactly the same.

Here's my input:
If you have only a few values to store then use localStorage[^] (client side). it's extremely easy and allows you to save up to MBs of data. Probably enough for you.

If you have more data to store then store it using IndexedDB[^] (client side again), but allows you to do SQL type queries on data. But also more complicated API.

If you have more data than that and you need it to be updated in realtime then use Firebase.com because it is simple. But simple means a lot of up-front learning.

For what you're doing localStorage will probably serve you just fine.
GeneralRe: Programming Question Pin
Super Lloyd16-Nov-20 3:45
Super Lloyd16-Nov-20 3:45 
GeneralRe: Programming Question Pin
raddevus16-Nov-20 4:00
mvaraddevus16-Nov-20 4:00 
GeneralRe: Programming Question Pin
Super Lloyd16-Nov-20 4:07
Super Lloyd16-Nov-20 4:07 
GeneralRe: Programming Question Pin
Slacker00716-Nov-20 4:03
professionalSlacker00716-Nov-20 4:03 
GeneralRe: Programming Question Pin
Super Lloyd16-Nov-20 4:09
Super Lloyd16-Nov-20 4:09 
GeneralWSO CCC OTD 2020-11-16 Pin
Rage15-Nov-20 23:53
professionalRage15-Nov-20 23:53 
GeneralRe: WSO CCC OTD 2020-11-16 Pin
super16-Nov-20 2:46
professionalsuper16-Nov-20 2:46 
GeneralRe: WSO CCC OTD 2020-11-16 Pin
OriginalGriff16-Nov-20 2:51
mveOriginalGriff16-Nov-20 2:51 
GeneralRe: WSO CCC OTD 2020-11-16 Pin
OriginalGriff16-Nov-20 4:26
mveOriginalGriff16-Nov-20 4:26 
GeneralRe: WSO CCC OTD 2020-11-16 Pin
Rage16-Nov-20 4:53
professionalRage16-Nov-20 4:53 
GeneralRe: WSO CCC OTD 2020-11-16 Pin
OriginalGriff16-Nov-20 4:56
mveOriginalGriff16-Nov-20 4:56 
GeneralRe: WSO CCC OTD 2020-11-16 Pin
Rage16-Nov-20 5:03
professionalRage16-Nov-20 5:03 
GeneralRe: WSO CCC OTD 2020-11-16 Pin
OriginalGriff16-Nov-20 5:09
mveOriginalGriff16-Nov-20 5:09 
GeneralOi! Rage! Where's the CCC? Pin
OriginalGriff15-Nov-20 23:22
mveOriginalGriff15-Nov-20 23:22 
GeneralRe: Oi! Rage! Where's the CCC? Pin
Rage15-Nov-20 23:40
professionalRage15-Nov-20 23:40 
GeneralQA OP comment of the year Pin
BillWoodruff15-Nov-20 21:11
professionalBillWoodruff15-Nov-20 21:11 
GeneralRe: QA OP comment of the year Pin
Sander Rossel16-Nov-20 1:17
professionalSander Rossel16-Nov-20 1:17 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.