Sunil KumarTrunk-based development Vs branch-based developmentWhen it comes to software development and deployment, there are two popular approaches - trunk-based development and branch-based…Nov 18, 2023Nov 18, 2023
Sunil KumarPython 3.11: Improved Type HintsPython 3.11 provides support for a Self type which helps us write a method that returns an instance of the same class, usually by returning…Jan 13, 2023Jan 13, 2023
Sunil KumarPython 3.11: Exception NotesPython 3.11 added BaseException.add_note() method to add “notes” to exceptions (PEP 678). This allows you to add additional context to an…Jan 16, 2023Jan 16, 2023