shubham randiveStatic Type Checking in Python — Chapter 11: Type Hints and Advanced TypesThis blog is part of my Fluent Python series.Mar 20
Vaclav HroudaHow to correctly use TypeScript types for your API responseWhen you receive a JSON response you have no guarantee that it has the correct type. Sure you can typecast and pretend that everything is…Jan 31, 20223
Rahul JindalJavaScript vs TypeScriptA comprehensive guide to understand the differences between JavaScript and TypeScriptMar 151Mar 151
InLa MobilerybySébastien RaynaudFour Ways to Utilize the TypeScript Compiler for Improved Type-CheckingUse tsc in your workflow to improve the type checking of your codeFeb 14, 20241Feb 14, 20241
Jérôme DIAZPython: type hinting your collections like a proWhen learning a new language knowing the available collections is one of the starting point.Jan 25Jan 25
shubham randiveStatic Type Checking in Python — Chapter 11: Type Hints and Advanced TypesThis blog is part of my Fluent Python series.Mar 20
Vaclav HroudaHow to correctly use TypeScript types for your API responseWhen you receive a JSON response you have no guarantee that it has the correct type. Sure you can typecast and pretend that everything is…Jan 31, 20223
Rahul JindalJavaScript vs TypeScriptA comprehensive guide to understand the differences between JavaScript and TypeScriptMar 151
InLa MobilerybySébastien RaynaudFour Ways to Utilize the TypeScript Compiler for Improved Type-CheckingUse tsc in your workflow to improve the type checking of your codeFeb 14, 20241
Jérôme DIAZPython: type hinting your collections like a proWhen learning a new language knowing the available collections is one of the starting point.Jan 25
InPython in Plain EnglishbyBrent FischerPython Advanced: Mypy vs Pyright — A Detailed Comparison with ExamplesStatic type checking has become essential for maintaining Python codebases, especially as projects grow in complexity. Two popular tools…Dec 10, 2024
Roy WongA Common Pitfall with mypy: The Importance of Annotationsmypy is a powerful tool for incorporating static type checking into Python, allowing developers to catch errors early. However, it has its…Jan 8
InTDS ArchivebyChristopher ArizaImproving Code Quality with Array and DataFrame Type HintsHow generic specification permits powerful static and runtime validationSep 19, 20243