DEV Community

Samuel Nitsche profile picture

Samuel Nitsche

Curiosity-driven software-developer, 10x underpants. Striving for harm-reduction. We don't need more rockstars, we need more mentors.

Location Germany Joined Joined on  Personal website http://developer-sam.de github website

Work

Software Developer at Smart Enterprise Solutions GmbH

Deeply Nested XML and JSON with SQL

Deeply Nested XML and JSON with SQL

Comments
3 min read

Want to connect with Samuel Nitsche?

Create an account to connect with Samuel Nitsche. You can also sign in below to proceed if you already have an account.

Already have an account? Sign in
Get a list of Quarters by Year with Recursive CTEs (WITH-clause)

Get a list of Quarters by Year with Recursive CTEs (WITH-clause)

Comments
3 min read
XML-Generation in SQL with Namespaces

XML-Generation in SQL with Namespaces

Comments
2 min read
Dead easy NULL-aware comparison in Oracle with DECODE

Dead easy NULL-aware comparison in Oracle with DECODE

Comments
2 min read
“Stop Hiding From Your Planet” – Interview with Steven Feuerstein about Databases, PL/SQL, and Direct Positive Action

“Stop Hiding From Your Planet” – Interview with Steven Feuerstein about Databases, PL/SQL, and Direct Positive Action

1
Comments
13 min read
Why did my favorite conference reject my talk?

Why did my favorite conference reject my talk?

Comments
6 min read
List Comprehension – What Is It And Does It Only Exist In Python?

List Comprehension – What Is It And Does It Only Exist In Python?

5
Comments
3 min read
Advent Of Code 2020 in SQL – Day 10: “Adapter Array”

Advent Of Code 2020 in SQL – Day 10: “Adapter Array”

1
Comments
3 min read
Advent Of Code 2020 in SQL – Day 9: “Encoding Error”

Advent Of Code 2020 in SQL – Day 9: “Encoding Error”

1
Comments
4 min read
Advent Of Code 2020 in SQL – Day 8: “Handheld Halting”

Advent Of Code 2020 in SQL – Day 8: “Handheld Halting”

Comments
3 min read
Advent Of Code 2020 in SQL – Day 7: “Handy Haversacks”

Advent Of Code 2020 in SQL – Day 7: “Handy Haversacks”

Comments
3 min read
Advent Of Code 2020 in SQL – Day 6: “Custom Customs”

Advent Of Code 2020 in SQL – Day 6: “Custom Customs”

Comments
3 min read
Advent Of Code 2020 in SQL – Day 5: “Binary Boarding”

Advent Of Code 2020 in SQL – Day 5: “Binary Boarding”

Comments 3
3 min read
Advent Of Code 2020 in SQL – Day 4: “Passport Processing”

Advent Of Code 2020 in SQL – Day 4: “Passport Processing”

Comments
4 min read
Advent Of Code 2020 in SQL – Day 3: “Toboggan Trajectory”

Advent Of Code 2020 in SQL – Day 3: “Toboggan Trajectory”

Comments
3 min read
Advent Of Code 2020 in SQL – Day 2: “Password Philosophy”

Advent Of Code 2020 in SQL – Day 2: “Password Philosophy”

Comments
2 min read
Advent Of Code 2020 in SQL - Day 1: "Report Repair"

Advent Of Code 2020 in SQL - Day 1: "Report Repair"

2
Comments
4 min read
Creating a Matrix-like Virtual Background with JavaScript

Creating a Matrix-like Virtual Background with JavaScript

3
Comments
5 min read
How to get started with WordPress Theme development

How to get started with WordPress Theme development

21
Comments 10
1 min read
"But that worked yesterday!" or, why you should test with utPLSQL

"But that worked yesterday!" or, why you should test with utPLSQL

1
Comments
11 min read
OGB Appreciation Day: Explore a utPLSQL test scenario with “force-manual-rollback”

OGB Appreciation Day: Explore a utPLSQL test scenario with “force-manual-rollback”

5
Comments
4 min read
Embracing a mentality of prediction – evaluation – exploration

Embracing a mentality of prediction – evaluation – exploration

5
Comments 1
2 min read
Concatenate a List of Strings in PL/SQL

Concatenate a List of Strings in PL/SQL

13
Comments
5 min read
PL/SQL Object Types: putting the Structure into the Force Powers Table

PL/SQL Object Types: putting the Structure into the Force Powers Table

5
Comments
5 min read
Structure Force Powers with PL/SQL Object Types

Structure Force Powers with PL/SQL Object Types

7
Comments
6 min read
Narrate Star Wars Movies with utPLSQL annotations

Narrate Star Wars Movies with utPLSQL annotations

6
Comments
4 min read
More Pitfalls of the MINUS comparison

More Pitfalls of the MINUS comparison

7
Comments
3 min read
Testing the Deathstar security with utPLSQL contexts

Testing the Deathstar security with utPLSQL contexts

7
Comments
4 min read
Improving Tech with Compassionate Coding

Improving Tech with Compassionate Coding

4
Comments
10 min read
Updating a Table with the Values of a Different One

Updating a Table with the Values of a Different One

5
Comments 1
2 min read
Pitfalls of the MINUS-comparison

Pitfalls of the MINUS-comparison

6
Comments
3 min read
WordPress, ads and Yak Shaving

WordPress, ads and Yak Shaving

4
Comments
3 min read
#100CodeExamples – Test updatable views with utPLSQL Cursors

#100CodeExamples – Test updatable views with utPLSQL Cursors

5
Comments
3 min read
#100CodeExamples – Constants in PL/SQL and SQL

#100CodeExamples – Constants in PL/SQL and SQL

8
Comments
3 min read
#100CodeExamples – Only one active protocol

#100CodeExamples – Only one active protocol

6
Comments
2 min read
#100CodeExamples – Use the force to replace objects

#100CodeExamples – Use the force to replace objects

4
Comments
2 min read
#100CodeExamples – utPLSQL Cursor Comparison with user-defined Types

#100CodeExamples – utPLSQL Cursor Comparison with user-defined Types

8
Comments
3 min read
#100CodeExamples – PL/SQL Objects: Basics of force-sensitive beings

#100CodeExamples – PL/SQL Objects: Basics of force-sensitive beings

5
Comments
2 min read
#100CodeExamples – PL/SQL BOOLEAN to INT

#100CodeExamples – PL/SQL BOOLEAN to INT

5
Comments
2 min read
#100CodeExamples – SYSDATE vs. CURRENT_DATE

#100CodeExamples – SYSDATE vs. CURRENT_DATE

9
Comments
2 min read
#100CodeExamples – utPLSQL’s Suite Hierarchy in action

#100CodeExamples – utPLSQL’s Suite Hierarchy in action

6
Comments
2 min read
#100CodeExamples – Dynamic values in a String: UTL_LMS

#100CodeExamples – Dynamic values in a String: UTL_LMS

6
Comments
2 min read
#100CodeExamples – Unit-Tests for Primary/Secondary Lookup with Cursor Comparison

#100CodeExamples – Unit-Tests for Primary/Secondary Lookup with Cursor Comparison

6
Comments
2 min read
#100CodeExamples – A challenge to learn and teach: Primary/Secondary Lookup

#100CodeExamples – A challenge to learn and teach: Primary/Secondary Lookup

8
Comments
3 min read
BeckDesignRules for Database Developers: Reveals intention – Naming

BeckDesignRules for Database Developers: Reveals intention – Naming

9
Comments
7 min read
BeckDesignRules for Database Developers Part 1: Passes the tests

BeckDesignRules for Database Developers Part 1: Passes the tests

13
Comments 4
11 min read
“You’re a panelist for 2018 CodeTalk Series” – about the struggles of giving a live presentation in a foreign language

“You’re a panelist for 2018 CodeTalk Series” – about the struggles of giving a live presentation in a foreign language

9
Comments 2
4 min read
Are you sure about what you know?

Are you sure about what you know?

10
Comments 1
10 min read
“One does not simply update a database” – migration based database development

“One does not simply update a database” – migration based database development

33
Comments 3
10 min read
Strongholds of confidence: self-testing your database

Strongholds of confidence: self-testing your database

12
Comments
12 min read
There is no clean (database) development without Version Control

There is no clean (database) development without Version Control

14
Comments 1
10 min read
loading...