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
Aryan Jagdaleaaryansj.hashnode.dev·Aug 11, 2024The DateTime Dilemma: Solving UTC Storage and Local Filtering Discrepancies in MongoDB , React.Introduction As a developer, you often encounter unexpected challenges that make you scratch your head. Today, I want to share a recent conundrum I faced at work involving MongoDB, React, and the ever-tricky world of date time zones. Problem Statemen...DiscussMomentJS
Aniket Dhaygudeaniket04blog.hashnode.dev·Jul 22, 2024How Moment.js Saves Your Time: Master Time and Date Management EffortlesslyIn the fast-paced world of development, managing time and dates can often feel like navigating a labyrinth of complexities. Enter Moment.js, a game-changer for developers needing to simplify and streamline time management. This guide delves into how ...Discuss·12 likesJavaScriptthe thumbnail is pretty good 11
Cindy Kandiecindykandie.hashnode.dev·Jan 26, 2024Building UniFocus: A Colorful To-Do List App with React Native - Part 2Introduction Hello there! 👋 Welcome to the second part of the "Building UniFocus" series, where I share my journey of developing a vibrant to-do list app to an app on PlayStore using React Native, Tailwind CSS, and Expo. If you missed the first part...Discuss·2 likes·48 readsReact
Nishikanta Rayblog.nishikanta.in·Jan 6, 2024Handling Timezones in MongoDB: A Comprehensive Guide 🌐Managing time zones in a globalized environment is a critical aspect of application development. In this guide, we'll explore various timezone-related scenarios, especially when your MongoDB database is hosted in the UK, and you're working in a diffe...DiscussJavaScript
Surya Teja Karrablog.suryatejak.in·Dec 21, 2023Let's talk about Moment.jsMoment.js has been my go-to for many years. When I started learning and building websites, jQuery and moment.js were a god-send but over the years moment.js has gotten difficult to ship in my newer projects. Now, don't get me wrong. It's a great libr...Discuss·20 likes·661 readsMomentJS
Nitesh Singhniteshs.hashnode.dev·Nov 2, 2023Mastering Date and Time with Moment.js: A Comprehensive GuideMoment.js is a lightweight JavaScript library for parsing, validating, manipulating, and displaying dates and times. It is designed to work both in the browser and in Node.js. Moment.js is widely used by developers because it provides a simple and in...Discuss·121 readsJavaScript
Aashman Vermaaashman.hashnode.dev·Aug 30, 2023Cheerio & Moment.js: Web Data ScrapingWhat is cheerio? It is a javascript package used to parse and manipulate HTML and XML documents in a jQuery-like manner but without the overhead of involving a DOM. Simple example - const cheerio = require('cheerio'); const $ = cheerio.load('<h2 clas...Discuss·11 likes·609 readsJavaScript
Joakim GakureforOpen Replay's Technical Blogopenreplay.hashnode.dev·Jul 9, 2023What Is Better, Date-Fns Or Moment.Js?Dealing with dates in JavaScript is a big hustle. You need a ready-made date library to make working with dates in JavaScript easier. The most common candidates to consider are Moment.js and Date-fns. However, not long ago, the Moment.js library was ...Discuss·193 readsdate
Miracle OnyenmaforOpen Replay's Technical Blogopenreplay.hashnode.dev·May 30, 2023Common date/time operations without Moment.jsFor date/time operations, Moment.js was once the recommended library, but now it's not being developed, and it's considered a legacy library. This article will help you replace that library with several alternatives, so you can keep doing modern deve...Discuss·1 like·86 readsJavaScript