Software
Know about cutting edge softwares. Best tips about various open source, freeware and shareware utility. Find plethora of latest software according to need.
-
How to Flatten git Commits
[ad_1] One of my least favorite tasks as a software engineer is resolving merge conflicts. A simple rebase is a…
Read More » -
JavaScript String replaceAll
[ad_1] Replacing a substring of text within a larger string has always been misleading in JavaScript. I wrote Replace All…
Read More » -
navigator.clipboard API
[ad_1] Reading from and writing to the user’s clipboard can be both a very useful and dangerous capability. Used correctly…
Read More » -
The Next Generation WYSIWYG Editor
[ad_1] There are a number of utilities required to really power a content management system and its users. One of…
Read More » -
Log a User Out from Command Line
[ad_1] Automation is a system administrator, support agent, and tech savvy person’s dream. Automating tasks via scripts remotely helps to…
Read More » -
GraphQL Editor – The Journey from Initial Release to Version 5.0
[ad_1] From the very beginning of our adventure with GraphQL, we were impressed by how great its community is. The…
Read More » -
Array.prototype.at
[ad_1] Working with arrays is an essential skill in any programming language, especially JavaScript, as we continue to rely on…
Read More » -
Fast, Accurate Geolocation Data with IPWHOIS.io
[ad_1] In the world of marketing and content targeting, having accurate geolocation data can be the difference between a thriving…
Read More » -
AggregateError
[ad_1] One of the big themes of the web these days is concurrency, which leads to accomplishing tasks asynchronously. In…
Read More » -
Command Line trash
[ad_1] One of the first commands you learn when experimenting with command line is rm, the utility for deleting files…
Read More »