What's new in PHP 8
Overview of new features and breaking changes in PHP 8, including JIT, union types, attributes, and the nullsafe operator.
Overview of new features and breaking changes in PHP 8, including JIT, union types, attributes, and the nullsafe operator.
A software developer shares insights from giving 125+ tech talks, focusing on planning, topic selection, and setting clear presentation goals.
The author explains the simple, static architecture of their blog, built with Jekyll, GitHub Pages, HTML, CSS, and minimal JavaScript.
A talk on implementing full-text search using Django and PostgreSQL, highlighting its simplicity over dedicated search engines.
A developer builds an iCalendar proxy in Node.js to inject custom reminders into calendar feeds during their time at Recurse Center.
Explains two main methods for correctly including and displaying images in React components, covering imports and the public directory.
A tutorial on creating and deploying a Ruby on Rails API to Heroku, covering setup, database configuration, and deployment steps.
Explains the difference between interfaces and APIs in programming, using examples from JavaScript and web development.
A quick tip on using a Google CDN to easily retrieve and display the favicon for any website URL without manual crawling.
The author details the relaunch of their web development blog, highlighting new features and a migration from Gatsby to Eleventy.
An overview of Django's built-in user authentication system, covering authentication, authorization, and setup.
A developer outlines their goals and project ideas for an upcoming self-directed learning retreat at the Recurse Center, focusing on web development and personal growth.
A tutorial explaining how to use JavaScript destructuring, specifically within Cypress test code, to simplify working with objects and function parameters.
A developer announces a new personal blog built with the Zola static site generator, planning to document his journey at the Recurse Center and topics like programming and ADHD.
A developer compares JavaScript's performance.now and Date.now for measuring raw computing speed, sharing test methods and findings.
A guide to understanding and fixing CORS errors in Express.js, including whitelist configuration and middleware setup.
Explores the importance of responsive design for viewport height, not just width, with CSS techniques and examples.
The author starts a new Django project to build a social network with a capped number of connections to encourage thoughtful relationships.
A developer's guide to practical tools and techniques for testing and improving web accessibility, debunking common misconceptions.
A talk on implementing full-text search using only Django and PostgreSQL, following Pythonic principles for simplicity.