March 20, 2023
Today we are talking about Building Your Career with Mike Anello.
Listen:
direct LinkTopics
- How we started our careers
- Broad career opportunities
- Mentorship
- Roles
- First step after graduating
- First step in switching
- Common hurdles
- Resources like Drupal Easy
- Value of a career in Drupal
- How do you find jobs
- How do you build and maintain your Drupal career
- How about your Drupal resume
- Any advice
Resources
- Drupal easy
- Drupal Jobs
- Kint snippet
if (class_exists('Kint')) {
// Set the max_depth to prevent out-of-memory.
\Kint::$max_depth = 4;
}
Module of the Week
Allows developers to inspect the contents of variables. If those are classes you can inspect nested properties and all methods available.