hello.js

var please = require('share');
console.log('thank you');

NEW !!!

Thursday, 12 October, 2023 UTC

Mobilе Wеbsitе vs. Mobilе App: A Comprehensive Guide for Your Business

In the latest digital age, establishing a mobile practice in your business or business enterprise is no longer an alternative; it’s a necessity. However, one of the first decisions you may make is whether to create a Mobilе Wеbsitе vs. Mobilе App, or ... more


Wednesday, 11 October, 2023 UTC

12 Tips for Building System Design and Software Architecture for Legacy System

At a time when the term “legacy system” might trigger an imagination of outdated, cumbersome infrastructures struggling to keep up with modern demands, and most are considering legacy application migration to cloud, the reality is far from this stereotype. ... more


Wednesday, 11 October, 2023 UTC

Intro to Hyperscript: Rethinking JavaScript

Some of us remember HyperCard, an interesting branch in the evolutionary tree of programming languages. If you’re of a certain age, you might even have learned programming with HyperCard. Hyperscript is a newer technology that takes some of the benefits ... more


Wednesday, 11 October, 2023 UTC

React Testing Libraries & How to Use Them

Key Takeaways As per Statista, React is the 2nd most used web framework in the world. There are various tools available for testing react applications. So, best tools and practices must be followed by developers. Jest, and React Testing Library are the ... more


Wednesday, 11 October, 2023 UTC

High performance barcode scanner for React Native using VisionCamera

vision-camera-barcode-scanner Features High performance barcode scanner for React Native using VisionCamera. Modern and future-proof: Built on react-native-vision-camera v3 with minimal native dependencies for each platforms to minimize future build-failure ... more


Wednesday, 11 October, 2023 UTC

Collection of tools to view, search and create Reddit archives

redarc A self-hosted solution to search, view and create your own Reddit archives. Features: Ingest pushshift dumps View threads/comments Fulltext search via PostgresFTS Submit threads to be archived via API (Completely untested. Developed with mock data ... more


Wednesday, 11 October, 2023 UTC

A Framework Multi-Agent LLM Applications built using Next.js and FastApi

AutoGen UI Experimental UI for working with AutoGen agents, based on the AutoGen library. The UI is built using Next.js and web apis built using FastApi. Why AutoGen UI? AutoGen is a framework that enables the development of LLM applications using multiple ... more


Tuesday, 10 October, 2023 UTC

Node v18.18.1 (LTS)

null ... more


Tuesday, 10 October, 2023 UTC

A React project one can find the current weather of any city irrespective of the location

🙌 About ReactToWeather -This is a beginner friendly project . One can get weather using city name. Temperature toggle available(toggle and convert temp into Fahrenheit,Kelvin,Celsius). Get info about wind speed,humidity,etc. Currently looking forward ... more


Monday, 9 October, 2023 UTC

How to Add/Remove Multiple Classes to an Element in JavaScript

Introduction In this Byte you'll learn a bit about the importance of CSS classes and how to manipulate them using both vanilla JavaScript and jQuery. By the end, you'll be able to dynamically alter the appearance and behavior of your web elements with ... more


Monday, 9 October, 2023 UTC

Why I stopped loving slashes in self closing tags [blog]

Specifically the [space] [slash] combo before the closing bracket: / . I've had history with these particular two characters, but until recently that history of going back and forth was entirely based on aesthetic. Then React came along (or rather I ... more


Monday, 9 October, 2023 UTC

A starter to show the solution for writing resume in react and easily export as pdf

This is a Next.js project bootstrapped with create-next-app . Overview This is a starter template for a resume website built with React and Next.js. You can use this template to build your own resume website. The website is responsive and mobile-friendly. ... more


Monday, 9 October, 2023 UTC

ProShop ecommerce website built with MERN and Redux Toolkit

ProShop eCommerce Platform (v2) eCommerce platform built with the MERN stack & Redux. This project is part of my MERN Stack From Scratch | eCommerce Platform course. It is a full-featured shopping cart with PayPal & credit/debit payments. See ... more


Sunday, 8 October, 2023 UTC

Web scraping and build a Next.js 13 eCommerce price tracker

Web Scraping Full Course 2023 | Build and Deploy eCommerce Price Tracker Introduction Dive into web scraping and build a Next.js 13 eCommerce price tracker within a single video that teaches you data scraping, cron jobs, sending emails, deployment, and ... more


Saturday, 7 October, 2023 UTC

How to Add/Remove an Event Listener in React

Introduction If you've been working with React, you would know that it's a powerful JavaScript library for building user interfaces. But sometimes, you need to go beyond the basic click and change events. This is where event listeners come into play. ... more


Saturday, 7 October, 2023 UTC

Call a Function Every N Seconds in TypeScript

Introduction When dealing with real-time, interactive, or dynamic applications, you may need to run a function every N seconds in TypeScript. In this Byte, we'll go over exactly how to do that. Why Use Time-Interval Function Calls? There are a lot of ... more


Saturday, 7 October, 2023 UTC

Simple react-native package to help you make your mobile app look terrific on every screen size

📱 react-native-responsive-sizes ⚙️ Installation You may use either npm or yarn to install this package. npm install react-native-responsive-sizes yarn add react-native-responsive-sizes ⚙️ Usage import React from "react"; import { useResponsiveSizes ... more


Saturday, 7 October, 2023 UTC

A blazing-fast React.js code editor with real-time HTML, CSS, and JS preview

React Code Editor Welcome to the React Code Editor! This is a web-based code editor built using React.js that allows users to write and run HTML, CSS, and JavaScript code. Features ✏️ Write and edit HTML, CSS, and JavaScript code in real-time. 🚀 Run ... more


Friday, 6 October, 2023 UTC

QCon San Francisco 2023: Streamlining Cloud Development with Deno by Ryan Dahl

Ryan Dahl, Co-Founder and CEO at Deno and Software Engineer best known for creating Node.js, presented “Streamlining Cloud Development with Deno” at QCon San Francisco 2023. Dahl introduced Deno, an open source next-generation JavaScript runtime, and ... more


Friday, 6 October, 2023 UTC

Replacing PDFKit with Grover for Rails PDF Generation

Background I have been working on a long running Rails application where one of the primary pieces of functionality is the ability to export dozens of reports in PDF format. When the application was first written the PDF generation was handled by PDFKit. ... more


Friday, 6 October, 2023 UTC

Python vs. Java: A Detailed Comparison to Make Your Decision Easy

When you decide to develop an application, there’s a question that keeps popping up: Java or Python? It’s like choosing between two fantastic options for your next big project. Java, the seasoned veteran, has been a popular choice among developers for ... more


Friday, 6 October, 2023 UTC

Combating AI-Generated Fake Images with JavaScript Libraries, by Kate Sills at QCon San Francisco

At the recent QCon San Francisco conference Kate Sills gave a talk about combating AI-generated fake images using existing JavaScript libraries. She advocated for using cryptographic timestamping to ensure the time photos were taken, and using digital ... more


Friday, 6 October, 2023 UTC

Check if a String Contains an Element from a List in Python

Introduction The ability to check if a string contains any element from a list is used in a wide range of applications, like text filtering, data validation, and natural language processing. Imagine you're building a chat application and you want to implement ... more


Friday, 6 October, 2023 UTC

A portfolio site that looks and feels like a terminal, Built with React and Tailwind

terminal-portfolio About A portfolio site template that looks and feels like a terminal. Production: https://my-terminal-portfolio.vercel.app/ Installation git clone https://github.com/thtauhid/terminal-portfolio cd terminal-portfolio npm install Usage ... more


Thursday, 5 October, 2023 UTC

7 dos and don'ts of using ML on the web with MediaPipe

Posted by Jen Person, Developer Relations Engineer If you're a web developer looking to bring the power of machine learning (ML) to your web apps, then check out MediaPipe Solutions! With MediaPipe Solutions, you can deploy custom tasks to solve common ... more


Thursday, 5 October, 2023 UTC

Changes to Android extension signing

We recently identified a bug in the addons.mozilla.org (AMO) external API that caused all signing requests to mark extension submissions as being Android compatible. A fix for this bug will be pushed on Thursday, October 12th. When the fix lands, the ... more


Thursday, 5 October, 2023 UTC

Reading Environment Variables in Node.js

Introduction Ever wondered how to manage sensitive data like API keys, database credentials or configuration settings in your Node.js applications? The answer lies with environment variables. This Byte will give a brief intro to environment variables, ... more


Thursday, 5 October, 2023 UTC

TypeScript 5.3 adds support for import attributes

TypeScript 5.3, an upgrade to Microsoft’s strongly typed JavaScript variant now in beta, is set to support updates to an import attributes proposal for ECMAScript modules. The ECMA standards proposal features an inline syntax for module import statements ... more


Thursday, 5 October, 2023 UTC

How to Write an Amazon Listing That Converts

If you are one of the 2.5 million sellers on Amazon, you’ll know that the platform has incredible potential for profits. However you’ll also know the competition is fierce and you need to be on your A-game to sell your product.There is no doubt that ranking ... more


Thursday, 5 October, 2023 UTC

Release Notes for Safari Technology Preview 180

Safari Technology Preview Release 180 is now available for download for macOS Sonoma and macOS Ventura. If you already have Safari Technology Preview installed, you can update it in System Settings under General → Software Update. This release includes ... more