ByteScrum TechnologiesforByteScrum Technologiesblog.bytescrum.com·Oct 30, 2024Ultimate Guide to JavaScript Utility FunctionsJavaScript utility functions, commonly known as utils, are reusable helper functions that simplify and optimize code. They abstract out common operations into smaller, easy-to-maintain pieces of logic, enhancing both readability and reusability. In t...Discussunderscore.js
David Ferroldavidferrol.hashnode.dev·Oct 28, 2024Oracle APEX DB Object DependenciesThe Compute Dependencies utility menu item has been removed from version 23.2 (and possibly earlier) but is still available by modifying the URL. For example, say this is your APEX instance URL (once you have navigated to your desired application). h...Discussorclapex
Ayodeji Hamedmyblog.qurtana.com.ng·Aug 14, 2024DevOpsFetch ToolIntroduction DevOpsFetch is a powerful command-line tool designed to streamline system monitoring and management for DevOps professionals. It offers a centralized solution for gathering and displaying critical system information, such as active ports...Discusslastlog
Nader Ikladiousikladious.net·May 3, 2024Capturing the Web: How to properly screenshot websitesIn today's digital age, the ability to capture screenshots of websites and web applications is invaluable. Whether you're a developer creating a new web application or simply want to capture a specific moment on a website, knowing how to take screens...Discuss·1 like·69 readsBrowsers
Cris Mihalachef3rno64.io·Mar 3, 2024Beeftext: The 🚀 Fastest Way to Type ⌨️An Introduction 🌟 I recently discovered an amazing utility called Beef Text, which has proven to be an excellent time-saver. Although I had never used a snippet program before, its ease of use and endless possibilities for usage inspired me to write...Discuss·67 readsutility
Canopascanopas.hashnode.dev·Jan 19, 2024Golang — Advanced Date-Time Utility FunctionsIn the world of programming, working with date and time is a common task that often requires precision and flexibility. The Go programming language's standard library includes the time package for time-related operations, but developers may require e...DiscussGolang developer
Puneet Chhabrapuneetchhabra.hashnode.dev·Nov 15, 2023How to use Chat Easy: Power-Ups for WhatsApp on AndroidYou must have encountered situations where you have to send a message or share a document on WhatsApp to someone who is not in your contact list and this is just one time you want to message them. Yeah, maybe to your customers, or at the photocopy sh...Discuss·124 readswhatsapp
Jayant Chowdharylearningtech.hashnode.dev·Nov 1, 2023Keeping Time in C++: How to use the std::chrono APIWhy is it useful to keep track of time in programs? Time is a very important aspect of programs. Some common use cases for keeping track of time would be : To Measure/profile the performance of certain parts of code. Do work at certain periods of t...Discuss·1 like·126 readsC++
Nirjal Paudelnirjal.hashnode.dev·Jul 27, 2023Stop writing typescript interfaces, automate itYeah, the title is kinda misleading. Who would not write typescript interfaces right? I am not saying to stop writing typescript interfaces, but automate it 🫡 What ? How do we automate creating types ? Postman is a api testign tool which can help...Discuss·48 readsTypeScript
Sharafat KarimforSharafat's Nodessharafat.hashnode.dev·May 7, 2023Disable Bluetooth at startup in TLPTLP From the project page: TLP is a feature-rich command line utility for Linux, saving laptop battery power without the need to delve deeper into technical details. TLP’s default settings are already optimized for battery life and implement Powerto...Discuss·36 readsLinux