web-development

Recent in

web-development

What is a Façade Design Pattern?
web-development

What is a Façade Design Pattern?

https://hackernoon.com

A facade design pattern provides a single entry point to a subsystem, hiding its complexity from the client. In our example, we can create a facade that provides a unified interface to the inventory, payment, and shipping subsystems.

Sukhpinder SinghFeb 28, 2023
How I Built (and Sold) an AI-Powered Gift Idea Generator
no-code

How I Built (and Sold) an AI-Powered Gift Idea Generator

https://hackernoon.com

Buying gifts can sometimes be difficult, especially when you don’t have direct contact with the person you’re wanting to give a gift to. And it takes time and energy trying to think about what someone might like. So I I created givemegiftideas.com. It’s a gift idea generation tool that helps you find gift ideas that don’t stink.

Simon PFeb 28, 2023
Sorting an Array in JavaScript: A Beginner's Guide
web-development

Sorting an Array in JavaScript: A Beginner's Guide

https://hackernoon.com

The Javascript array sort() method is an incredibly powerful tool that makes it easy to organize and manipulate data in almost any way imaginable. To use this method, all you have to do is call the function with two optional arguments - a "compare" function and a "options" object.

RahulFeb 27, 2023
How to Develop a Chatbot with React and OpenAI
programming

How to Develop a Chatbot with React and OpenAI

https://hackernoon.com

In the we built a Node.js/Express server that exposes an `/ask` endpoint. When this endpoint is triggered and we include a text `prompt', the endpoint interacts with OpenAI's `/completions` API to generate and return a continuation of that text. We'll be building the UI of our app with the React JavaScript library.

Hassan DjirdehFeb 27, 2023
Integrating OpenAI with Node.js and Express: A Tutorial
ai

Integrating OpenAI with Node.js and Express: A Tutorial

https://hackernoon.com

This is the first article of a 3 to 4-part tutorial series. We'll be working towards building our very own custom Q&A chatbot. We’ll be focusing solely on creating a Node.js server where we can interact directly with OpenAI’s APIs.

Hassan DjirdehFeb 27, 2023
4 Websites That Will Help You Work With Full Productivity
These GraphQL Directives Are Overkill
web-development

These GraphQL Directives Are Overkill

https://hackernoon.com

I was a big fan and advocate of GraphQL's `@defer` and `@stream` directives. I've added support for TypeScript Operations to WunderGraph, including support for Subscriptions through Async Generators.

Stefan AvramFeb 24, 2023
The Bad Website Club (and more free Bootcamps)
Web-Development

The Bad Website Club (and more free Bootcamps)

https://www.freecodecamp.org

Over the past 24 months Ramón Huidobro and I have been running free programming bootcamps teaching web development and JavaScript skills. We've been stunned by the demand for these courses, which averaged 8,000 learners per cohort and let us reach 35,000 unique learners in total.

Jessica RoseFeb 23, 2023
Newsletter

Let's keep in touch

Benefit from a weekly updates, coding challenges and helpful resources around software development.

Your privacy is important to us. We promise not to send you spam!