Re: Data storage and retrieval - cache or database Programming Mobile Development by jonathannweyer If the "status" doesn't change frequently, caching is a solid option. You could fetch it from the database the first time it's needed, then store it in a cache (like in-memory or Redis, depending on your setup), and use that for subsequent loads. Re: How secure is Github? Programming Software Development by pritaeas No sensitive info in any CVS. If I had a codebase such as DW, I'd store it in a local git store, synced to another machine of mine. No cloud. How secure is Github? Programming Software Development by Dani I use Github for DaniWeb's code base. I was just wondering though. How secure is it? Would you ever store passwords or other sensitive information in Github (Don't worry. We use .gitignore.)? What about code that could be considered a trade secret, or that type of thing? Re: How secure is Github? Programming Software Development by Reverend Jim I don't trust any online service to store my information, sensitive or otherwise, other than whatever password I … Re: How secure is Github? Programming Software Development by Salem …, then that would seem to be a good place to store the archives. Re: What are some top-rated Bootstrap admin templates that not rely on Tailwind Programming Web Development by Dani … piece together something unique? Bootstrap also has its own template store, if I recall correctly. Also, Tailwind is a competitor to… Re: Question/Answering over SQL Data Using LangGraph Framework Programming Computer Science by Pelorus_1 Through its combination of natural language processing and structured query generation, LangGraph makes interfacing with databases and extracting insights over SQL data easier than ever. Re: How secure is Github? Programming Software Development by rproffitt Given the state of affairs in the USA, any security we thought we had is gone. DOGE is gaining access by force now. Do we really need this conversation? Re: How secure is Github? Programming Software Development by Salem Given who owns github (M$), and their location (U$A), I wouldn't trust anything commercially sensitive with them. Why do you even need it, apart from the simple convenience of it all (that's the trap, make the honeypot sweet enough, plenty will arrive). There's not much there that can't be replicated on a server machine you physically control.… Re: How secure is Github? Programming Software Development by Dani > There's not much there that can't be replicated on a server machine you physically control. Redundancy in the cloud. > How many people have commit rights on your codebase? Every contributor has a complete copy of the entire git repo. So even if you lost everything, you can sync with any of your peers and be back up and running to the… Re: How secure is Github? Programming Software Development by pritaeas https://www.theregister.com/2025/03/17/supply_chain_attack_github/ Re: How secure is Github? Programming Software Development by Dani > https://www.theregister.com/2025/03/17/supply_chain_attack_github/ Well that’s coincidental. Doesn’t seem to apply to our repo though because we don’t use tj-actions/changed-files and use private repos. More to say when I’m not on my phone. Re: What makes a technical E-commerce web standout? Programming Web Development by simplixi To ensure your E-commerce store for the roofing sheets factory stands out and leads in … 【McCharts】基于鸿蒙 ArkTS 语法开发的图表组件 -- 折线图 Programming Software Development by 杨_659 … font size. 5. Chart data (data). An array used to store the content of the chart, where name and value are… Re: Upgrade to Fiber internet Hardware and Software Networking by rproffitt … me to the right office. OK, find the local ATT store and go in. Much confusion at their counter because their… store system was indication my phone number was in MA. (Duh) … Re: Hi everyone, I'm David William Community Center Say Hello! by Dani Hello and welcome to DaniWeb!! Thanks for joining. What got you interested in opening an eCommerce store? Re: Ja sa bong Here! Community Center Say Hello! by Reverend Jim … Receiver. Quick plug: I bought Air Receiver through the Microsoft Store for around four dollars. Running this you can cast directly… Re: Which is the best email marketing tool you ever used? Digital Media Digital Marketing by ashleydent4u …-friendly email + SMS marketing. If you're running an eCommerce store, Klaviyo is a top choice with deep Shopify integration. For… Re: WooCommerce Duplicate Categories Programming Web Development by simplixi … tool * Look at the wp_terms and wp_term_taxonomy tables. These tables store category names and their taxonomy relationships **Edit the Database Manually… Re: Best way to find a segment of code that matches a given input segment? Programming Software Development by Dani … article to compare against 3. Initialize an empty list to store similarity scores similarity_scores = [] 4. For each article in the articles… Re: Selling the house that I grew up Community Center Geeks' Lounge by Reverend Jim … and wiped on a pant leg doesn't compare to store bought. Also a great place to play hide and seek… Re: Hello Everyone, I'm Ray Brad Programming Software Development by Dani … error is ? i am getting this on my e-commerce store which is on shopify. I got to know this error… Re: How to Implement Lazy Loading for Faster Web Portals Programming Web Development by Dani … for your use case. If you have an e-commerce store where you frequently hold sales where the price changes frequently… Re: What makes a technical E-commerce web standout? Programming Web Development by GodMode9 What key features or design elements do you think make a technical e-commerce website truly stand out? Re: How Can I Hookup My Mobile Phones To My PC Monitor ? Hardware and Software Hardware Mobile and Wearables by Deborah_5 How Can I Hookup My Mobile Phones To My PC Monitor ? Re: How Can I Hookup My Mobile Phones To My PC Monitor ? Hardware and Software Hardware Mobile and Wearables by Fitmovers If you want to connect your Samsung Galaxy A9 to your Dell E1916HV monitor, you'll need a USB-C to HDMI adapter (if your phone supports HDMI output). Since your phone has only USB ports, check if it supports Samsung DeX or screen mirroring via an MHL adapter. If your monitor only has VGA input, you might also need an HDMI to VGA converter. store array values in single field not id Programming Databases by malatamil store sting values in single field not id below that code … Store Inventory Programming Software Development by ulanda1025 …youlanda\desktop\lan\odu\spring 2011\it 310\program 1 store inventory\essential\essential.cpp(42) : error C2040: '…youlanda\desktop\lan\odu\spring 2011\it 310\program 1 store inventory\essential\essential.cpp(52) : error C2040: 'Essential…youlanda\desktop\lan\odu\spring 2011\it 310\program 1 store inventory\essential\essential.cpp(69) : error C2264: … store data in different table Programming Databases by malatamil …s like maincategory,subcategory,city,place. so how can i store the below data's in table.in spa table i… enough or else these city and category i have to store in another table. please give some suggestion. $sql = mysql_query("…gt; <? } ?> </td> and i want to store these values in database,which format type i have to… Re: Store year and month only Programming Databases by chandimak … for your suggestions, both of you. Why I wanted to store just year and month only without all year, month and… as a '0' value. This allows date field just to store year and month only without having some irrelevant data, the… my requirement, I wish to use the date field to store my data with 0s for the date section. I can…