From writing code to teaching code (ep. 545)
https://stackoverflow.blog/2023/03/08/from-writing-code-to-teaching-code/
https://stackoverflow.blog/2023/03/08/from-writing-code-to-teaching-code/
stackoverflow.blog
From writing code to teaching code (Ep. 546) - Stack Overflow
3.18.0 Release with Support for more Diagnostics, SQL/JSON, Oracle Associative Arrays, Multi dimensional Arrays, R2DBC 1.0
https://blog.jooq.org/3-18-0-release-with-support-for-more-diagnostics-sql-json-oracle-associative-arrays-multi-dimensional-arrays-r2dbc-1-0/
https://blog.jooq.org/3-18-0-release-with-support-for-more-diagnostics-sql-json-oracle-associative-arrays-multi-dimensional-arrays-r2dbc-1-0/
Java, SQL and jOOQ.
3.18.0 Release with Support for more Diagnostics, SQL/JSON, Oracle Associative Arrays, Multi dimensional Arrays, R2DBC 1.0
DiagnosticsListener improvements A lot of additional diagnostics have been added, including the automated detection of pattern replacements, helping you lint your SQL queries irrespective of whethe…
After the buzz fades: What our data tells us about emerging technology sentiment
https://stackoverflow.blog/2023/03/09/after-the-buzz-fades-what-our-data-tells-us-about-emerging-technology-sentiment/
https://stackoverflow.blog/2023/03/09/after-the-buzz-fades-what-our-data-tells-us-about-emerging-technology-sentiment/
Stack Overflow Blog
After the buzz fades: What our data tells us about emerging technology sentiment
Why open source is the model for every emerging tech out there.
How to position yourself to land the job you want
https://stackoverflow.blog/2023/03/10/how-to-position-yourself-to-land-the-job-you-want/
https://stackoverflow.blog/2023/03/10/how-to-position-yourself-to-land-the-job-you-want/
Stack Overflow Blog
How to position yourself to land the job you want (Ep. 547)
The home team talks with Wesley Faulkner, Senior Community Manager at AWS, about what’s going on with this cycle of tech layoffs, how to position yourself for success on the job market, and why it’s worth interviewing for jobs you might not want. Plus: The…
Building an API is half the battle: Q&A with Marco Palladino from Kong
https://stackoverflow.blog/2023/03/13/building-an-api-is-half-the-battle-qa-with-marco-palladino-from-kong/
https://stackoverflow.blog/2023/03/13/building-an-api-is-half-the-battle-qa-with-marco-palladino-from-kong/
Stack Overflow Blog
Building an API is half the battle: Q&A with Marco Palladino from Kong
API gateways, service mesh, and GraphQL, oh my!
Developers think AI assistants will be everywhere, but aren’t sure how to feel about it
https://stackoverflow.blog/2023/03/14/developers-think-ai-assistants-will-be-everywhere-but-arent-sure-how-to-feel-about-it/
https://stackoverflow.blog/2023/03/14/developers-think-ai-assistants-will-be-everywhere-but-arent-sure-how-to-feel-about-it/
stackoverflow.blog
Developers think AI assistants will be everywhere, but aren't sure how to feel about it (Ep. 548) - Stack Overflow
How to Declare a Variable in SQL and Assign a Value?
https://www.thecrazyprogrammer.com/2023/03/how-to-declare-a-variable-in-sql.html
https://www.thecrazyprogrammer.com/2023/03/how-to-declare-a-variable-in-sql.html
The Crazy Programmer
How to Declare a Variable in SQL and Assign a Value?
SQL is a language that is used to manage relational databases. It provides a facility for easily declaring and using variables. We can use variables for storing temporary values in memory for performing calculations. In SQL variables can be used in the same…
How Does HackerEarth Combat The Use Of ChatGPT And Other LLMs In Tech Hiring Assessments?
https://www.hackerearth.com/blog/talent-assessment/chatgpt-in-hiring-assessments/
https://www.hackerearth.com/blog/talent-assessment/chatgpt-in-hiring-assessments/
HackerEarth Blog
How Does HackerEarth Combat The Use Of ChatGPT And Other LLMs In Tech Hiring Assessments?
Let’s look at the various uses of ChatGPT in recruiting, and how how HackerEarth combat the use of ChatGPT and other LLMs in tech hiring assessments.
Introducing Communities on Teams: where domain, practice, and community come together with purpose
https://stackoverflow.blog/2023/04/18/introducing-communities-on-teams-where-domain-practice-and-community-come-together-with-purpose/
https://stackoverflow.blog/2023/04/18/introducing-communities-on-teams-where-domain-practice-and-community-come-together-with-purpose/
Stack Overflow Blog
Introducing Communities on Teams: where domain, practice, and community come together with purpose
Communities on Teams is a new way to bring people and knowledge together within a specific topic or focus to share valuable resources and collaborate in meaningful ways.
The Overflow #174: This email could have been a meeting
https://stackoverflow.blog/2023/04/21/the-overflow-174-this-email-could-have-been-a-meeting/
https://stackoverflow.blog/2023/04/21/the-overflow-174-this-email-could-have-been-a-meeting/
Stack Overflow Blog
The Overflow #174: This email could have been a meeting
Stateless auth-as-a-service, the liability of doing good, and visualized React
6 Strategies To Enhance Candidate Engagement In Tech Hiring (+ 3 Unique Examples)
https://www.hackerearth.com/blog/talent-assessment/candidate-engagement-in-tech-hiring/
https://www.hackerearth.com/blog/talent-assessment/candidate-engagement-in-tech-hiring/
HackerEarth Blog
6 Strategies To Enhance Candidate Engagement In Tech Hiring (+ 3 Unique Examples)
Recruiters, how would you feel if we told you that it is possible to treat your candidates better? Enhance your candidate engagement today!
Instantly verify your customers online with Open Banking APIs
https://stackoverflow.blog/2023/04/24/instantly-verify-your-customers-online-with-open-banking-apis/
https://stackoverflow.blog/2023/04/24/instantly-verify-your-customers-online-with-open-banking-apis/
Stack Overflow Blog
Instantly verify your customers online with Open Banking APIs
Want to make sure you're not taking money from criminals? There's an API for it.
How to Pass a Table Valued Parameter to a T-SQL Function with jOOQ
https://blog.jooq.org/how-to-pass-a-table-valued-parameter-to-a-t-sql-function-with-jooq/
https://blog.jooq.org/how-to-pass-a-table-valued-parameter-to-a-t-sql-function-with-jooq/
Java, SQL and jOOQ.
Use jOOQ's code generator to easily pass table-valued parameters
Using jOOQ's code generator, it is very easy to call a stored function accepting a table-valued parameter in SQL Server from your Java application.