Create Your Dev Portfolio with this Gatsby Template
A guide to creating a developer portfolio website using a custom Gatsby template that includes project listings and markdown blog functionality.
A guide to creating a developer portfolio website using a custom Gatsby template that includes project listings and markdown blog functionality.
Explores Svelte framework options after Sapper's deprecation, comparing alternatives like SvelteKit, Elder.js, and Routify for developers.
A technical tutorial on integrating an Instagram feed into a Next.js website using the instagram-web-api npm package, covering authentication and data fetching.
A developer shares techniques for preventing unwanted browser caching of static site assets, including file hashing with Eleventy and Parcel.
A guide on integrating a Hugo static blog into a Django application using a route-based approach like mysite.com/blog/.
A technical guide on migrating a Jekyll static site's CI/CD pipeline from CircleCI to GitHub Actions, covering build and deployment steps.
A technical guide on building a blog using Markdown, frontmatter for metadata, and NPM packages like markdown-it for HTML conversion.
A developer explains the design philosophy and technical requirements behind their personal website, including the choice of StencilJS and Vercel.
A developer's first blog post, introducing their site built with StencilJS and plans to write about technical concepts and solutions.
A developer shares their experience and troubleshooting steps while deploying a Gatsby site to Azure Static Web Apps, highlighting build issues and solutions.
Learn how to use GraphQL to programmatically create pages and manage data in your Gatsby.js projects.
Explores implementing a 'random link' feature for web comics on static sites using Eleventy and build-time JavaScript, avoiding server-side logic.
A web developer explains why they prefer HTML and CSS over static design tools like Figma for core design work, while acknowledging the latter's benefits for stakeholder collaboration.
A tutorial on generating custom social media share images for Gatsby.js blog posts using Puppeteer to screenshot a preview page.
An introduction to Gatsby, a React-based framework for building fast, static websites using the JAMstack architecture.
A frontend developer details converting a PHP-based blog to a static Gatsby site using JavaScript, focusing on improving the writing workflow.
Explains the differences between JAMStack and serverless web apps, focusing on their core architectural principles.
A developer's guide to migrating server-rendered Nuxt.js apps to a Jamstack architecture using static generation with Nuxt 2 and hosting on Netlify.
A developer's journey migrating from Jekyll to GatsbyJS for a static blog, comparing features and evaluating modern JavaScript static site generators.
A technical guide on automating blog deployment to GitHub Pages with a custom domain using Travis CI, Docker, and Pelican.