Best of Medium — February 2023
- 1
- 2
Medium·3y
Why PHP should be renamed to HypeScript
PHP is facing challenges as it is perceived as not cool anymore, leading to a decline in popularity among younger developers. The post suggests renaming PHP to HypeScript as a way to rebrand and attract new developers without changing the programming language.
- 3
Medium·3y
C# vs Rust vs Go. A performance benchmarking in Kubernetes
A performance benchmarking article comparing the performance of Rust, C#, and Go in creating high-performance web APIs and deploying them to a Kubernetes cluster. The article also discusses how to monitor the resource usage of these APIs with performance monitoring tools.
- 4
- 5
- 6
- 7
- 8
- 9
Medium·3y
Introducing the new JupyterLab Desktop!
JupyterLab Desktop has released a major update with new features and improved user experience. It introduces a Welcome Page, sessions and projects, one-click notebook creation, drag and drop support, multiple session window support, Python environment auto-discovery, and more. Security, privacy, and configuration options have also been enhanced. Try it out and share feedback!
- 10
- 11
- 12
- 13
- 14
- 15
Medium·3y
5 Python Scripts I Found Useful for Data Processing Operations
Some useful data preprocessing scripts in Python 5 Python Scripts I found useful for Data Processing Operations. The scripts below may aid you in removing your loops, particularly data processing operations. The script below can allow you to deliver different names for various aggregations using a single column: Filtering Nested Dictionaries.