FlexianaBuilding Speech To Text Web Application — 2. partIn the previous part, we showed you how to set up a ClojureScript project, configure shadow-cljs build and described shortly libraries…Dec 5
JonathanA simple guide to configure your Python project with Pydantic and a YAML fileIn this short article, I’ll explain how to implement a simple configuration file using YAML and Pydantic models.Jun 30
Lee young-jungit fatal: the remote end hung up unexpectedlyI’m developing a new feature and it use an external framework. I have to replace the xcframework with new one whenever release.Oct 29Oct 29
InnonstopiobyNaitik GalaTOML for configurationAfter the recent Python release 3.11 on 24th October 2022, the TOML file format has gained a lot more traction. Python now supports parsing…Dec 8, 2022Dec 8, 2022
Rob BlackbournHow to use Python logging QueueHandler with dictConfig in Python 3.12Support was added for configuring the logging queue handler with dictConfig in Python 3.12. This means that we can junk all the messing…Aug 31Aug 31
FlexianaBuilding Speech To Text Web Application — 2. partIn the previous part, we showed you how to set up a ClojureScript project, configure shadow-cljs build and described shortly libraries…Dec 5
JonathanA simple guide to configure your Python project with Pydantic and a YAML fileIn this short article, I’ll explain how to implement a simple configuration file using YAML and Pydantic models.Jun 30
Lee young-jungit fatal: the remote end hung up unexpectedlyI’m developing a new feature and it use an external framework. I have to replace the xcframework with new one whenever release.Oct 29
InnonstopiobyNaitik GalaTOML for configurationAfter the recent Python release 3.11 on 24th October 2022, the TOML file format has gained a lot more traction. Python now supports parsing…Dec 8, 2022
Rob BlackbournHow to use Python logging QueueHandler with dictConfig in Python 3.12Support was added for configuring the logging queue handler with dictConfig in Python 3.12. This means that we can junk all the messing…Aug 31
Sathish KManaging Multiple Environments in React Native Android & IOS | Scripts for different BuildsGenerally, app environments can be divided into three main categories, with each their own unique purpose and functionalities: the…Jun 29, 20234
Arjun SubediCreating a SharedConfigModule in NestJS for Centralized Configuration ManagementIn a scalable application architecture, handling configuration settings across various environments and modules can pose challenges…Aug 21
DevesuHow to use different .env files with NextJs?In our recent project we decided to use NextJs in place of ReactJs. As you all know that coding wise both are more or less same, except…Feb 111