Charlotte BoneinCharlotte’s Digital WebHow And When To Use Git ResetMost of us avoid dreaded git reset command — but actually it can be really useful, as long as you know how it works!Nov 26, 2019Nov 26, 2019
Charlotte BoneinCharlotte’s Digital WebEnabling CORS On A Magento 2 Site Using An Nginx ServerAfter spending a while fighting CORS issues using a headless Magento 2 setup, here is how I solved the issue using nginx.confNov 17, 20192Nov 17, 20192
Charlotte BoneinCharlotte’s Digital WebUsing Redux in Next.js with Hybrid Static/Server Rendered ApplicationsNext.js 9 brought in automatic partial static export that automatically determines if pages can be rendered statically. To make the most…Oct 18, 20192Oct 18, 20192
Charlotte BoneinCharlotte’s Digital WebThe Most Common Web Accessibility Mistakes & How To Solve ThemSadly, accessibility is not often given the priority that it should be. It’s harder to make a website accessible at the end of development…Oct 16, 2019Oct 16, 2019
Charlotte BoneinCharlotte’s Digital WebAuto deploy a Node app to the Google App EngineI have build a Shopify admin application using Node.js and Next.js and I have been looking at the best places to host it. I originally…Oct 10, 2019Oct 10, 2019
Charlotte BoneinCharlotte’s Digital WebWhy great developers suffer from imposter syndromeI remember when I first heard the term imposter syndrome at a conference and it was a real revelation for me; in a room full of hundreds…Oct 9, 2019Oct 9, 2019
Charlotte BoneinCharlotte’s Digital WebUsing Netlify lambda functions to send emails in a GatsbyJS siteI’ve recently created my website using GatsbyJS and it’s brilliant. I come from a full stack background, with a lot of back-end experience…Oct 8, 2019Oct 8, 2019
Charlotte BoneinCharlotte’s Digital WebRedirecting anonymous users to the login form in Drupal 8Sometimes we need to make sure that anonymous users are redirected to the login page. In Drupal 7 we were able to use hook_init, this was…Oct 7, 20191Oct 7, 20191
Charlotte BoneinCharlotte’s Digital WebIn Drupal 7 we had view modes, where we could specify different views for an entity and show…First of all, I’m going to add some custom fields to the user entity. You will need to login to the admin area, go to Configuration >…Oct 7, 20191Oct 7, 20191
Charlotte BoneinCharlotte’s Digital WebFormatting Date Time Entity Fields While Taking Daylight Saving Time (DST) Into Account In Drupal 8When you create a date time field in Drupal 8, it stores the date in UTC format and takes into account daylight saving time (DST) too…Oct 7, 20191Oct 7, 20191