Published onOctober 4, 2024Creating Functions in PostgreSQLPostgreSQLdatabasefunctionsSQLLearn how to create a simple function in PostgreSQL to average numbers from a table.
Published onOctober 4, 2024Mastering Python List Comprehension for Performance and ElegancePythonlist-comprehensionperformancecode-optimizationLearn the ins and outs of Python list comprehension and how it enhances code performance with examples for various use cases.
Published onOctober 3, 2024The Future of Hybrid AI/Human ModelsAIhybrid-modelshuman-AI-collaborationfuture-of-AIExploring how AI will not replace humans but rather enhance human creativity and productivity through collaborative models.
Published onOctober 3, 2023Understanding Service Lifetimes in ASP.NET Coredependency-injectionaspnet-coreservice-lifetimestransientscopedsingletonA deep dive into the different service lifetimes in ASP.NET Core and when to use Transient, Scoped, and Singleton services.