Ryan Michaelryanmichael.hashnode.dev·Apr 5, 2024Then and NowI was given my first PC when I was about 6 or 7 years old. It was an old DOS PC, some type of IBM-compatible. The year was 1996. I remember the huge, red switch at the back of the machine, which was used to turn it on and off. If switch it on and it ...1 likefirst post
Karl Bakerkarlcodes.hashnode.dev·Jan 7, 2024Finding top senders in Gmailtl;dr: I created a Python script for finding the top email senders in your Gmail inbox It's the start of 2024 and a good time to do some spring (or should it be winter?) cleaning. If you're anything like me, you have thousands of unread emails in you...Python
prettyprintintfloatandwhatnot.hashnode.dev·Oct 24, 2023Java Calendar Date and Time tipsAdding some utilities concerning Java date-related objects Finding the number of months between two dates import java.util.GregorianCalendar; import java.util.Calendar; public static int numberOfMonthsBetween(Date start, Date end){ Calendar star...1 2 3 of JavaJava
Jay Bharadiajaybharadia.hashnode.dev·Jul 26, 2023Create a TinyMCE Editor Plugin💡 This article shows you how to create a plugin using yo generator which scaffolds files and folders for your plugin. Grunt and webpack is used in this process ⚠ The generator uses outdated packages. You may have to update the packages to meet ce...Utilities
Anay Sinhalanay09.hashnode.dev·Jun 13, 2023Foundation CSS JavaScript UtilitiesFoundation CSS is a responsive front-end framework that provides a robust toolkit for developers to create responsive designs with ease. It includes a set of JavaScript utilities that are used to add common functionalities, making it very helpful and...12 likes·178 readsJavaScriptJavaScript
freeCodeCampforfreeCodeCampfreecodecamp.org·Sep 22, 2018Unleash the Power of Feature Based JS Development — with feature-u V1By Kevin Bridges This article is an introduction to a new JS library called feature-u, that facilitates feature-based development in your React project. Note_: On 8/14/2018 feature-u V1 was released, that re-designed Cross Feature Communication to i...features