CodeNewbie Community 🌱

Web Development

This tag is for content related to web development. You can use it on tutorials, personal stories about building developing a simple single static page, or something more high-level!

Posts

👋 Sign in for the ability to sort posts by relevant, latest, or top.
Generics: A Boon for Strongly Typed Languages

Generics: A Boon for Strongly Typed Languages

2
Comments 1
5 min read
Understanding the Salesforce Database

Understanding the Salesforce Database

Comments 2
3 min read
Using `super()` and `__init__()` in Python

Using `super()` and `__init__()` in Python

Comments 2
6 min read
Exploring The Pieces for Developers AI App - My Initial Thoughts

Exploring The Pieces for Developers AI App - My Initial Thoughts

Comments 12
5 min read
Steps of Integrating Security Audits into Application Development

Steps of Integrating Security Audits into Application Development

Comments 32
2 min read
Complete Markdown Tutorial for Beginners

Complete Markdown Tutorial for Beginners

5
Comments
5 min read
How to Implement Type-Safe Navigation with go_router in Flutter

How to Implement Type-Safe Navigation with go_router in Flutter

1
Comments
7 min read
Exploring Top Figma to Code Generators of 2024

Exploring Top Figma to Code Generators of 2024

Comments 7
2 min read
Comparing API vs. SDK in Chat and Messaging Integration

Comparing API vs. SDK in Chat and Messaging Integration

1
Comments 9
2 min read
How 2 Hours Cost Me Tens of Thousands of Dollars

How 2 Hours Cost Me Tens of Thousands of Dollars

Comments 12
1 min read
Websocket Alternative: How to use Firestore to Listen to Realtime Events

Websocket Alternative: How to use Firestore to Listen to Realtime Events

Comments
7 min read
How Fast Is Bun.sh After All?

How Fast Is Bun.sh After All?

5
Comments
4 min read
Beyond Passwords: 7 Emerging Technologies in Identity Verification

Beyond Passwords: 7 Emerging Technologies in Identity Verification

Comments 1
2 min read
Flexbox vs Grid: How to Choose

Flexbox vs Grid: How to Choose

1
Comments
1 min read
A Guide to Salesforce Security Best Practices

A Guide to Salesforce Security Best Practices

Comments 1
2 min read
How to do Data Serialization and Deserialization in Golang

How to do Data Serialization and Deserialization in Golang

1
Comments 1
7 min read
Starting Your HTML Files: The Fundamental HTML Boilerplate Explained

Starting Your HTML Files: The Fundamental HTML Boilerplate Explained

Comments
3 min read
Getting Started with DataDog's APM: A Developer's Guide

Getting Started with DataDog's APM: A Developer's Guide

Comments 3
2 min read
Function Types and Higher-Order Functions in Go

Function Types and Higher-Order Functions in Go

1
Comments
6 min read
Best Practices To Secure Your Web Application

Best Practices To Secure Your Web Application

1
Comments 1
3 min read
PixiJS Setup with Vite and TypeScript

PixiJS Setup with Vite and TypeScript

3
Comments
2 min read
Font Families

Font Families

1
Comments 3
2 min read
Testing Node.js with Flask & Python3

Testing Node.js with Flask & Python3

1
Comments 2
2 min read
How To Get Started with Cypress 🚀

How To Get Started with Cypress 🚀

1
Comments
3 min read
Building an AI-Powered Meeting Transcript Summarizer using NodeJS and AI API

Building an AI-Powered Meeting Transcript Summarizer using NodeJS and AI API

Comments 3
3 min read
loading...
const modalMarkup = `
`; // 2. Append the markup string to the end of the document body document.body.insertAdjacentHTML('beforeend', modalMarkup);