dev-resources.site
for different kinds of informations.
What Are Some Tech Questions You're Too Afraid to Ask?
Published at
5/19/2021
Categories
discuss
Author
Jeremy Grifski
Categories
1 categories in total
discuss
open
I had an idea for a series of articles on concepts that people in tech assume are common knowledge but actually aren't. For me, this would include ideas like "what is Kubernetes?" and "what is a framework?" Hell, I just saw Kyle bravely mention that he had no idea what Vim is:
// Detect dark theme var iframe = document.getElementById('tweet-1394806711127523330-538'); if (document.body.className.includes('dark-theme')) { iframe.src = "https://platform.twitter.com/embed/Tweet.html?id=1394806711127523330&theme=dark" }
So, I think it's safe to say any question is on the table. Fire away!
Articles
12 articles in total
Sample Programs Repo Celebrates 1,000 Code Snippets
read article
Support The Sample Programs Repo This Hacktoberfest
read article
How to Get Better at Programming: Lessons from Blogging
read article
What Are Some Tech Questions You're Too Afraid to Ask?
currently reading
How to Get Better at Programming: Lessons from Competitive Shooter Games
read article
How to Get Better at Programming: Lessons From Music
read article
Can We Fit Rock Paper Scissors in Python in a Tweet?
read article
Does Anyone Still Code Golf? The 280 Character Challenge
read article
The Sample Programs Repos Are Ready for Hacktoberfest 2020
read article
How to Add an Item to a List in Python: Append, Slice Assignment, and More
read article
How to Check if a String Contains a Substring in Python: In, Index, and More
read article
How to Perform a Reverse Dictionary Lookup in Python: Generator Expressions and More
read article
Featured ones: