Discord bots can save server owners and staff members a lot of time and effort while also providing a variety […]
Editor’s note: This React Hooks tutorial was last updated on 6 March 2023 to include more React Hooks best practices […]
This article discusses how to install an SDK in Android from scratch, and how to change the Android SDK path using the Android SDK Manager.
Use the Notify Go library to build an internal error notification system that sends notifications to Slack, email, etc., and logs errors.
RecyclerView
to handle complex listsThis article will cover how to use Android’s RecyclerView
with data binding to load images from a network and display them in a list.
Learn how to build a custom audio and video recorder in React using the native HTML MediaRecorder API and MediaStream API.
We demonstrate how to implement polymorphism in Rust using static dispatch, dynamic dispatch, and enums, and we discuss the tradeoffs of each approach.
Build a simple API using the Gorilla Mux package, with its diverse features, as a router for your apps.
will-change
CSS will-change can hurt the performance of your website or application if used incorrectly. Here we review best practices for optimization.
This article will look to handle events in React through event delegation, propagation, bubbling, capturing, and SyntheticEvents in React.
We demonstrate how to use higher-order functions to write Rust code that is more concise and easier to maintain in the long run.
lazy_static
patternExplore the lazy_static pattern in Rust, in which a value is only initialized when it is first accessed, and the pros and cons of using it.