#netlify

[ follow ]
Software development
fromInfoQ
1 week ago

QCon London 2026: Tools That Enable the Next 1B Developers

AI tooling is transforming web development, leading to a surge in new builders who are not traditional developers.
fromCodeuptoday - New Way To Go Ahead
6 months ago

Resolve 404 Error in Netlify - Codeuptoday

Reviewing deployment logs is crucial for identifying site issues. Pay close attention to the Publish Directory setting in Netlify's deploy settings, as this determines where your files are deployed. For sites, ensure it points to the .next directory, while simpler setups might use public. Correct file placement is essential for your website to appear when visitors enter your URL. Remember: Next.js typically uses .next as the publish directory Static sites often use public or dist Check your project's build output to confirm the correct directory
DevOps
fromRaymondcamden
7 months ago

Building a File-Based Router in BoxLang

BoxLang introduces a URL rewriting feature that allows developers to assign specific scripts to be executed upon receiving a 404 error, enhancing flexibility.
Web frameworks
[ Load more ]