Skip to content
EN

Back to the catalog

andeers.com
atomEnglish

Andeers.com

andeers.com · English

Personal site of Anders Grendstadbakk

atom indieweb

Open the feed

https://andeers.com/feed/feed.xml

Last post
Feb 22, 2025
Posts in 24 h · 7 days · 30 days
0 · 0 · 0
Our last check
Answering
Served from
United States
Format
atom
Community
indieweb

Posts

What our queue read from this feed. Open one to read it here, or go to the site that published it.

  1. DDEV
    Feb 22, 2025 · original
    pI've been working with Drupal for about 12 years now and I've tried a lot of tools for local development: Vagrant, Mamp, Xampp, Docker and installing everything directly on my Mac./p pAll of these solutions worked, but they also had problems. The setup I liked the most was installing PHP, MySQL directly on my mac and
  2. Can Prettier be used with Drupal?
    Apr 19, 2023 · original
    pPrettier is a fantastic tool for JavaScript developers, and after reading about its PHP plugin, I decided to give it a try. Since I primarily work with Drupal, I was curious to see how well Prettier would work with it./p h2Setting up Prettier for PHP/h2 pTo get started, I created a package.json file in the root of my
  3. This is not a redesign, it's the beginning of one
    Jan 31, 2023 · original
    pIn the past all my redesigns have been a process of working hard for a while on a redesign, getting tired, and publishing it. Then I would not do anything about it until the urge for a redesign appeared again./p pThis is not a good approach I think, the process should be more continuous. A nice thing about websites is
  4. Simple drush with and without ddev
    Jan 27, 2023 · original
    pI've recently started using DDEV for local Drupal development, it's very nice but the old way of using drush is very stuck in my muscle memory./p pI decided too see if I could find a way to get the best of both worlds./p pDDEV provides a cli that allows you to interact with the docker container, and also check the sta
  5. 2022
    Jan 5, 2023 · original
    p2022 has come to an end. It feels like the year went by in a blink. My daughter turned two at the start of the year, work has had exiting challenges. This website though, has been left untouched./p h2Work/h2 pI've spent a lot of time this year making Drupal run in Kubernetes, since our hosting provider wanted to move
  6. Create-react-app in Drupal
    Feb 8, 2022 · original
    pa href="https://create-react-app.dev/" title="Create React App website"Create-react-app/a (CRA) is nice to start a react project without messing with webpack and react setup. But CRA generates JS and CSS files with a hash in the name which makes it hard to include them in a Drupal library./p pA libraries.yml entry loo
  7. 2021 in review
    Jan 13, 2022 · original
    pAnother year has passed, for me it's been a year of parental leave and Drupal. With a kid there hasn't been that much time for hobby projects, but I have learned a lot and expanded my knowledge of Drupal/p pSome stuff that happened:/p ul liStarted the year with parental leave 👏/li liStarted on a Unity course (refresh
  8. Permissions API
    Jan 6, 2022 · original
    pToday I learned about a new browser api called strongPermissions API/strong. It's a new API that allow you to check the current state of different API permissions such as Geolocation./p pIt can look like this:/p pre class="language-js"code class="language-js"navigatorspan class="token punctuation"./spanpermissionsspan
  9. How to disable FLoC on Netlify
    Jun 1, 2021 · original
    pFLoC is Googles next attempt at tracking people online. You can read more about it in this a href="https://adactio.com/journal/18046" title="Get the FLoC out "nice article/a by Adactio./p pBoth a href="https://make.wordpress.org/core/2021/04/18/proposal-treat-floc-as-a-security-concern/" title="Proposal: Treat FLoC li
  10. 10 years!
    Apr 25, 2021 · original
    pThis website is 10 years old! My first blog post was posted on the 18th of March 2011, as a part of a college course about social media./p pThere have been multiple changes since then:/p ul liSwitching from Norwegian to English/li liWriting about web development/li liRemoving Google Analytics in favor of Netlify Analy
  11. Quicktip: Github profile readme
    Aug 31, 2020 · original
    pTo make your Github profile page more interesting you can now create a readme file that will be displayed at the top of your profile./p pThis "feature" is kind of hidden, but it's straight forward to enable it. You just have to create a new repository with the same name as your username. For example my usern
  12. Setting up Nginx with PHP
    Jun 26, 2020 · original
    pI'm not a server guy, but from time to time I have to setup a website for testing or development. Here are my steps for setting up nginx with PHP./p h2Installing nginx/h2 pInstalling nginx is straight forward:/p pre class="language-bash"code class="language-bash"span class="token function"sudo/span span class="token f
  13. How to update to Drupal 9
    Jun 6, 2020 · original
    pa href="https://www.drupal.org/project/drupal/" title="Drupal 9 on drupal.org"Drupal 9/a was launched this week. So if your modules are ready it's time to update./p pUpdating betweeen major versions can be tricky, sometimes Composer won't update a package because another package have a common dependency, but with anot
  14. Generate many screenshots for inspiration
    Apr 22, 2020
  15. Drafts and scheduled publishing
    Apr 14, 2020 · original
    pA nice feature I had in Jekyll was drafts and the option to schedule publishing of content./p pIn Jekyll you placed drafts in a separate folder called code_drafts/code and when you built the site with the flag code--drafts/code they where included./p pI have gone a different way in my Eleventy site, and keep the draft
  16. Disable row in Drupal tableselect
    Sep 26, 2019 · original
    pWhen you use the codetableselect/code element there may be reasons you want to make a row not selectable:/p ul liPermissions/li liMissing properties on the element/li liOr any other reason to not make a row selectable/li /ul pI had to do this recently and thought it should be a easy thing to do, since all form element
  17. Refresh Service Worker
    Jul 21, 2019 · original
    pHave you ever enabled a service worker and then realised that your updates are not showing because of caching. I have./p pAccording to a href="https://developer.mozilla.org/en-US/docs/Web/API/Service_Worker_API" title="Service Worker API"MDN/a a service worker will update every 24 hour or so or when all pages/instance
  18. Eleventy tip: Markdown template engine
    Apr 23, 2019 · original
    pYou can use helpers, filters and template logic in your markdown files. And by default the template language for markdown files is a href="https://www.11ty.io/docs/config/#default-template-engine-for-markdown-files" title="Default template engine for markdown files"liquid/a. This can lead to interesting results when y
  19. Eleventy Essentials
    Mar 31, 2019 · original
    pI switched my personal site to a href="https://www.11ty.io/" title="11ty.io"Eleventy/a recently. It's a very good static site generator. Here are some tips and tricks I have discovered that are nice to have when you are creating a site./p h2Start using the _data folder/h2 pIf you come from Jekyll you are used to diffe
  20. The CSS Widows
    Jan 14, 2019 · original
    pIf you are like me you have probably been annoyed when your editor autocompletes codewid/code to codewidows/code and you wanted codewidth/code or something similar./p pI have always wondered why my editor is not smarter, since this is something I have never used. And I have to admit that up until I started writing thi

Discovered by the rss-feed-index crawler, which checks each feed at most once a month.

Same record as JSON: https://api.agentalog.com/api/feeds/fd_andeers_com_8a6a61e0dc6d6170. More from this site: andeers.com in the Feeds tab.