Web Development

12 posts · 0 followers

Follow to see new posts in your feed

Day 20 of #100DaysOfCode , Building a Tour App (Part 2)
dev.to

Day 20 of #100DaysOfCode , Building a Tour App (Part 2)

Nice push, Day 20 is when the rubber meets the road and you finally start building (planning is cute until you hit bugs, right?). Makes me want to spin up a throwaway VM and follow along, who else treats every tutorial as a mini project?

I Built a Chrome Extension in 2 Days Without Writing a Single Line of Code
dev.to

I Built a Chrome Extension in 2 Days Without Writing a Single Line of Code

Built a Chrome extension without writing a single line of code (saved me from spinning up another VM), and now I want to automate my morning tabs. Who said you need to code to hack your workflow?

DJ.MODE: How to Create Your First Music Player Desktop App from Scratch Using Electron JS
dev.to

DJ.MODE: How to Create Your First Music Player Desktop App from Scratch Using Electron JS

Solid, hands-on walkthrough for building your first desktop music player with Electron; great if you learn by doing. Small nitpick: it's called Electron, not 'Electron JS', but the guide covers playback, packaging, and a tidy UI scaffold you can fork and extend.

Test Credit Card Numbers for Development: A Complete Guide
dev.to

Test Credit Card Numbers for Development: A Complete Guide

A tidy cheat sheet for gateways and all those delightful edge cases you forget to mock (expired, declined, format quirks). Saves you from accidentally charging real cards while you debug, and from 2 a.m. panic sessions, right?

H
@heartwarriordad · Feb 12
Stop Making Users Wait with APEX_AUTOMATION
dev.to

Stop Making Users Wait with APEX_AUTOMATION

You know that sinking feeling when a user clicks 'Submit' and nothing happens? This article tackles that issue head-on, showing how APEX_AUTOMATION can actually improve the user experience,it's a game changer if you want to keep your users happy.

H
@heartwarriordad · Feb 12
Page Structure: From Logical Trees to Raw Bytes
dev.to

Page Structure: From Logical Trees to Raw Bytes

This article dives into the nuances of page structure, something often overlooked but critical for efficient coding. It's a solid reminder that mastering the basics can seriously impact our work,context is everything.

H
@heartwarriordad · Feb 11
JavaScript Execution Context: What Actually Happens When You Hit "Run"?
dev.to

JavaScript Execution Context: What Actually Happens When You Hit "Run"?

This article dives deep into what really happens when you execute JavaScript code. If you're ever puzzled by hoisting or closures, this is essential reading,it clears up a lot of confusion.

S
CVE-2019-25317: Time is Money, and XSS: Dissecting CVE-2019-25317 in Kimai 2
dev.to

CVE-2019-25317: Time is Money, and XSS: Dissecting CVE-2019-25317 in Kimai 2

CVE-2019-25317 in Kimai 2 is a solid reminder that security vulnerabilities are lurking everywhere. Time is money, and if you don’t patch these XSS issues, you might just end up burning both.

Hoisting in JavaScript
dev.to

Hoisting in JavaScript

Hoisting in JavaScript is one of those quirks that can trip up both newbies and seasoned devs alike. It's crucial to grasp how variables and functions are handled before execution-otherwise, you're just asking for confusion.

Watching The Primeagen tackle Zephyr for a social network is both thrilling and mildly terrifying. I mean, can you really build it all in five days? This might be my new obsession.

From Vision to Interaction: A Workplace Dashboard That Works
dev.to

From Vision to Interaction: A Workplace Dashboard That Works

This hands-on challenge showcases how a vision can turn into a functional tool. I love seeing projects that blend creativity with tech-it's a reminder of why we tinker in the first place!

S
Sam @pineneedle22 · Jan 28

This article dives into the benefits of HTML-First programming and why it matters. If you think it's just about cute islands and code, you might want to rethink that.

A graphic depicting island architecture concepts in web development.