New Tutorials and Tutorial Updates
Blog postWe've been so busy adding and updating our content that we haven't had a chance to write about what we've done lately -- until now! Here's what we've been working on these past few months.
Drupal Events in July
Blog postWe've partnered up with several July events as sponsors and to give away free Drupalize.Me memberships. Here is a list of upcoming events that we're excited to be involved with.
Drupal Events in August
Blog postCheck out the events that we're sponsoring in August, where you can win a free Drupalize.Me membership.
New Tutorial Up-to-date Indicators
Blog postOne of the most frustrating things about technical documentation and tutorials is when you find what you need, only to learn that it is out of date after spending a lot of time with it. We are dedicated to keeping all of Drupal 8 content up to date with the latest version of core, but until last week we didn’t have an easy way for you to double-check that yourself. We’ve now added some relevant indicators to our tutorials.
New Free Series: Coding Standards
Blog postToday, we’re happy to announce a new free series about Drupal Coding Standards that has been made possible by our friends at Chromatic. The Drupal community has defined a set of coding standards and best practices that you should adhere to whenever you're writing code for Drupal.
Last week DrupalEasy announced our new partnership with them and we couldn’t be happier. We have known Gwendolyn and Mike Anello for many years through the Drupal community. DrupalEasy has long lived the spirit of open source and giving back, along with a great friendly work ethic, and we’re excited to build a more formal partnership with them going forward.
New Tutorials in July and August
Blog postIt's been a great couple of months producing and refining content for the site. Here's what we've been working during July and August, 2017.
New Guides and Topic Pages
Blog postWe've been hard at work to provide more information in a more organized way over the last couple of months. This week we finally get to share it with you. We're proud to show you our new main content landing page, which lists the content people ask about the most; topical pages that give context and resources for different areas of Drupal, and guides to walk you through a particular set of learning materials in pursuit of learning a Drupal skill set.
Drupal 8.4 is Coming Soon
Blog postToday the release candidate (rc) for Drupal 8.4 came out. This is the final review stage for the next version and a good opportunity to see what changes are coming when the new release goes public in fewer than 4 weeks, on October 4th. Here is a quick overview of some of the more interesting changes:
Just two weeks ago we launched our new format for guides, along with a landing page that presents our guides and topics on one page. This week we’re pleased to add 2 more new guides to the list: Introduction to Drupal and Learn Drupal 8. Both of these guides provide overviews that answer common questions and point you in the right direction to get started with Drupal.
If you've been following along with the Drupal core development cycle you might already know that new minor versions of Drupal 8 are released roughly every 6 months. We're happy to celebrate the release of Drupal 8.4 yesterday! Let's take a look at a few of the new features that have been added to this release.
Learn Drupal 8 Web Services
Blog postWe're very excited about this new series for Web Services in Drupal 8. It has been our most-requested topic and we got to work with Mateu Aguiló Bosch to write it. If you have been looking to work on a decoupled Drupal project, or just need to dive into web service APIs, this series will teach you the tools you need and how to create a solid API for your needs.
Drupal Events and Membership Giveaways
Blog postWe're thankful to the volunteers around the world who support the community by running camps. We've partnered up with several of them as sponsors and to give away free Drupalize.Me memberships. Get yourself to one of these events and you can win a free month of Drupalize.Me! Here is a list of upcoming events where you can win a free membership in the next 2 months.
We are pleased to say that we have updated and added to the guides so that we now have a complete set of exam guides for Drupal 8 and 7.
Now Hiring Part-Time Tutorial Writers
Blog postDrupalize.Me is looking for Drupal specialists to help us create new tutorials. These are temporary, part-time contracts to create and/or update written tutorials on a specific Drupal (or Drupal-related) topic.
Help Us Choose a 2018 Workshop Topic
Blog postMaking Our Employee Handbook Public
Blog postHere at Drupalize.Me we spend a lot of time looking at our company, poking at our policies and processes, and deliberately working to be a better company in the world. For the last 2 years, since we became our own company, we’ve talked about wanting to make our employee handbook public but hadn’t taken the time get it done. We review our handbook at least annually and as part of the 2017 review and update process, we decided to also make sure it was in shape for sharing it with anyone who wants to take a look. We’ve finally gotten the review and editing complete and we have made the handbook available on GitHub.
This week we're adding four new tutorials to the Web Services in Drupal 8 series detailing how to create, update, and delete entities using Drupal's JSON API.
In this series we introduce Docker, a container runtime that allows you to run pre-packed, sandboxed Linux applications anywhere. We'll start by running a single container on the command line, build up to running Drupal in Docker, cover how to build your own containers, and how to add Docker to your Drupal development workflow.
Release Day: Testing in Drupal 8
Blog postFor a lot of developers, myself included, testing your Drupal code can be a bit of an afterthought. Today we're happy to announce the release of a series of tutorials that might change how you feel about that.
Our guide to Testing in Drupal 8 was largely written by Paul Mitchum. Paul (Mile23 on drupal.org) has done work on Drupal's continuous integration project, is an active core contributor, and is one of the maintainers of the Examples project among his other roles.
This set of tutorials starts with helping explain why testing is a good idea in the first place and then takes a look at the different types of tests that ship with Drupal core and the various frameworks that makes those tests possible. After that bit of groundwork orientation is done we'll learn how test files are organized in the Drupal codebase and how we can run existing tests using a few different methods. Once we know how to execute our test suite, we'll dig into implementation examples for functional and unit tests.