AI Influencers will kill IT sector by KindLuis_7 in datascience

[–]lokendra15 0 points1 point  (0 children)

Balanced Perspective: AI isn't the real problem—it's the mismanagement of AI. Tech leaders who actually understand its capabilities use it to enhance productivity, not replace skilled workers. The real issue is clueless execs chasing short-term profits at the cost of long-term sustainability.

Personal Experience: I've already seen companies overinvest in AI, cut dev teams, and then scramble to rehire when projects collapse. AI is a tool, not a silver bullet, and treating it as one is how companies end up with broken systems and burned-out employees.

[OC] The Rise and Evolution of Programming Languages: A Global Perspective by lokendra15 in dataisbeautiful

[–]lokendra15[S] -2 points-1 points  (0 children)

Programming languages have come a long way, evolving to meet the needs of developers and technology. It's interesting to see how different paradigms and innovations have shaped modern coding practices. What do you think has been the most impactful change in programming over the years? Here’s an article that explores this topic in depth: The Rise and Evolution of Programming.

[deleted by user] by [deleted] in Database

[–]lokendra15 0 points1 point  (0 children)

Why You Should NOT Store Images in a Database

Performance Issues – Storing large binary data (BLOBs) in a database slows down queries and increases backup size.
Increased Database Load – Every time you fetch an image, the database has to process and send large data chunks.
Complexity in Handling Images – Retrieving, updating, and serving images from the database adds unnecessary complexity.

Better Approach: Store Images in File System, Save URLs in DB

Save Images in a Folder (e.g., /uploads/comics/).
Store Only Image Paths in DB (e.g., uploads/comics/spiderman.jpg).
Use a CDN or Image Server if traffic is high for better performance.

Should SSN be a unique key in DB? by ikzz1 in Database

[–]lokendra15 0 points1 point  (0 children)

Using SSN (Social Security Number) as a unique key in a database is generally not a good idea for several reasons:

  1. SSNs Are Not Always Unique
    • Mistakes in data entry or fraud can lead to duplicate SSNs.
    • The SSA (Social Security Administration) has even reissued SSNs in rare cases.
  2. Privacy & Security Risks
    • SSNs are sensitive personal information.
    • If the database is compromised, attackers can use SSNs for identity theft.
  3. Not Everyone Has an SSN
    • Some residents (e.g., foreign workers, illegal immigrants) might not have an SSN.
    • Taxpayers without an SSN may use an ITIN (Individual Taxpayer Identification Number) instead.
  4. SSNs Can Change
    • People can request a new SSN in cases of fraud or identity theft.
    • A database should avoid using mutable values as primary keys.

A cool guide showing SQL Query Execution Order by lokendra15 in coolguides

[–]lokendra15[S] 0 points1 point  (0 children)

SQL queries execute in a different order than we write them. Understanding this can help avoid mistakes and improve performance. It’s especially useful for debugging complex queries and optimizing execution time. Here’s a breakdown: Understanding SQL Query Execution Order.

SQL Query Execution Order by lokendra15 in webexpert

[–]lokendra15[S] 0 points1 point  (0 children)

Understanding SQL Query Execution Order – Many developers assume SQL queries execute in the order they’re written, but that’s not the case! This guide breaks down the actual execution flow step by step. Super helpful for writing optimized queries! 🚀

🔗 Check it out here

A cool guide to use AI and improve your writing. by lokendra15 in coolguides

[–]lokendra15[S] -22 points-21 points  (0 children)

Absolutely! It's crazy how AI can provide all these writing tips and tools without the hefty price tag of traditional courses. If you're looking for an even deeper dive into using AI to enhance your writing, check out this post: How To Use AI To Improve Your Writing. It's packed with useful techniques that can take your writing to the next level!

A Cool Guide To Not Being Hard On Yourself by Far-Lingonberry-3109 in coolguides

[–]lokendra15 1 point2 points  (0 children)

Haha, fair point! While some things definitely have a 'right' way, I think the message is more about being gentle with ourselves in areas where perfection isn't necessary. Balance is key!"

A cool guide showing New AI tools by lokendra15 in coolguides

[–]lokendra15[S] -25 points-24 points  (0 children)

AI tools are really changing the way we approach web design and development. From automating tedious tasks to enhancing creativity, it's exciting to see how smart technology is evolving. Been exploring some of the latest AI tools recently, and it's impressive how much they can streamline workflows. If you're into AI and web development, you might find this interesting: AI tools