Create Custom SF Symbols for Your Apps
Learn how to use SF symbols to customize and display your imagesPhoto by insspirito from PixabaySymbol images are highly configurable, allowing you to style your images with finesse. With the introduction of SF Symbols 5 in 2023, you now have a vast library of over 5,000 symbols to integrate into your app.
Read moreBreaking Changes in APIs
How to eliminate themPhoto by Emile Perron on UnsplashChanging an API is a big challenge for both parties — API providers and consumers. While API providers want to be fast and flexible in delivering new features and improvements, integrators expect to receive them quickly. However, the API is also expected to remain stable,
Read moreHow To Not Use GPUs
A steroid-filled intro to GPUs — for data scientistsPhoto by Glenn Carstens-Peters on UnsplashAs a data scientist who has traveled between research and industry, I’ve seen the wild west of GPU usage. No matter where you roam, it seems like we’re all making this more difficult than it needs to be. From manual
Read moreBuild a CLI Tool for Data Masking, Encryption, and Decryption With Rust
Weekend build and learnPhoto by Lukas Blazek on UnsplashI realized I had less time for coding recently — kids’ soccer season plus music classes and my job. Some readers reached out to see if I was OK, which was touching.Even time is the challenge. However, I did not stop coding; I just wanted to
Read moreBeating NumPy in 2DFFT
How to outperform NumPy function by 50% using MathsThe 2D Fourier Transform is one of the foremost computer science algorithms of the century. It has gained application in our everyday life, ranging from Instagram filters to the processing of MP3 files.The most frequent implementation used by the average user, sometimes even unknowingly,
Read more(Spring) Booting Java to Accept Digital Payments with USDC
After focusing my career on Fintech, I decided it was time to understand how to introduce web3 into an existing Java-based RESTful APIIt’s funny how a seemingly meaningless event in one’s life can lead to an unexpected change. For me, one of those events happened in July 2021 when my flight
Read moreApple Has Done It Again
And no, I’m NOT talking about Vision Pro.Continue reading on Better Programming »
Read more2023 Developer Survey results are in: the latest trends in technology and work from the Stack Overflow community
Approximately 90,000 people from all over the world submitted their top picks for tools and programming languages they are using along with details about how long they have been coding at work, school, and otherwise. With such a large response to our 2023 survey, it’s good to keep in mind
Read moreHype or not? AI’s benefits for developers explored in the 2023 Developer Survey
For this year’s developer survey, we added new questions to gain insight into the real sentiments behind this year’s surge in AI popularity. Is AI making a real impact in the way developers work or is it all hype? This article will recap some of the top insights, but check
Read moreBivariate Choropleth Maps in Python
How to construct a bivariate choropleth map in Python with GeoPandasContinue reading on Better Programming »
Read more