• OPENDEV HUB V1.0• API STATUS: 100% OPERATIONAL• CLIENT ENGINE: LOADED & CACHED• TRENDING TECH: TAILWIND V4, NEXT.JS 16, RUST, GO• ZERO AUTH REQUIRED
OPENDEVHUB

Command Palette

Search for a command to run...

DEVELOPER RELEASES

DEVELOPER NEWS STREAM

Direct logs, engine updates, and framework notifications parsed from curated RSS feeds and announcements, updated hourly.

Resolvendo a duplicidade do viewport no Next.js 13.4
nextjs2023-07-22
Rodrigo OlerRodrigo Oler

Resolvendo a duplicidade do viewport no Next.js 13.4

Uma solução eficaz para o problema de duplicação da tag viewport no Next.js 13, ao definir a viewport diretamente em componentes.

Beyond Tradition: Innovating with Component-Driven Development
react2023-07-21
Lakshmanan ArumugamLakshmanan Arumugam

Beyond Tradition: Innovating with Component-Driven Development

Component-driven development(CDD) in React is an approach to building user interfaces where the...

What are TypeScript Discriminated Unions?
typescript2023-07-19
Alessio MicheliniAlessio Michelini

What are TypeScript Discriminated Unions?

A discriminated union is a TypeScript feature that enables the creation of a type that can represent...

Developing a TypeScript SDK: A Beginner's Guide to Conquering The Code
programming2023-07-21
Abdelfattah SEKAKAbdelfattah SEKAK

Developing a TypeScript SDK: A Beginner's Guide to Conquering The Code

Hey there, adventurer! Imagine a cool superhero origin story, except instead of radioactive spiders...

10 most important typescript concepts
typescript2023-07-02
Naga Chaitanya KonadaNaga Chaitanya Konada

10 most important typescript concepts

Introduction TypeScript is an open-source programming language that is a superset of...

How to make a reusable button component with Typescript in React applications
webdev2023-07-21
mihomihoukmihomihouk

How to make a reusable button component with Typescript in React applications

Introduction Do you find your reusable component getting messier as your project develops?...

🏗️ How to rollout features to specific users in ReactJS
react2023-07-21
AndyAndy

🏗️ How to rollout features to specific users in ReactJS

TL;DR In this article I am going to show you how to activate specific features for...

Github action to detect ip addresses
actions2023-07-21
David LiDavid Li

Github action to detect ip addresses

In this article we will use jsonip and https://iplist.cc in order to gather data the requester's ip...

Introduction to React
react2023-07-20
Rohith PoyyeriRohith Poyyeri

Introduction to React

Are you new to React or in need of a refresher? Look no further! In this blog post, we will guide you...

From Instability to Reliability: Using Puppeteer and Bubanai for e2e stabilization
puppeteer2023-07-21
YaroslavYaroslav

From Instability to Reliability: Using Puppeteer and Bubanai for e2e stabilization

Dear Community I worked as QA Automation / SDET at WiX and I want to share my experience using...

bpmn-visualization: All you need to know about styling BPMN elements
tutorial2023-07-21
Nour AssyNour Assy

bpmn-visualization: All you need to know about styling BPMN elements

In this article, we're going to dive deep into the capabilities of the bpmn-visualization Typescript...

How To Make an Image Banner Component with React
react2023-07-21
Radzion ChachuraRadzion Chachura

How To Make an Image Banner Component with React

How To Make an Image Banner Component with React

Building a Simple CRUD Task Manager App with Angular: A Step-by-Step Guide for Beginners
angular2023-07-20
Ayush AgarwalAyush Agarwal

Building a Simple CRUD Task Manager App with Angular: A Step-by-Step Guide for Beginners

Introduction Welcome to a simple guide on building a CRUD (Create, Read, Update, Delete)...

The Great Debate: JavaScript vs TypeScript - A Senior Dev's Perspective
typescript2023-07-20
Leandro NuñezLeandro Nuñez

The Great Debate: JavaScript vs TypeScript - A Senior Dev's Perspective

Hey there, fellow developer! As someone who's been around the code block a few times, I've seen...

TripStash
refinehackathon2023-07-20
Brindashree C BBrindashree C B

TripStash

What We built We built a web application called TripStash, a unique and intuitive group...

Exploring the Power of TypeScript Decorators: Extending and Modifying Code with Ease
typescript2023-07-20
Rajesh RathoreRajesh Rathore

Exploring the Power of TypeScript Decorators: Extending and Modifying Code with Ease

TypeScript Decorators Decorators in TypeScript are a feature that allows you to modify or...