The history of surfing in the Black community can be traced to centuries-old African practices of wave-riding. Although many Black Americans were separated from that tradition because of slavery and racism, many learned Polynesian surfing in the mid-1900s on segregated beaches. Today, many Black surfers are talking about their shared history and the continuing racism in the surfing community.
In this interactive article, you will learn about Black surfers through images, videos and interview excerpts. Then, you will reflect on the themes in the article and learn more about the histories, and present-day experiences, of Black surfers.
Warm-Up
Scroll through the article and look at the photographs and video clips. In general, what do you notice? What tone do the images set for the article? What emotions do you feel as you look at them?
Then, choose one photograph to focus on and respond to these questions:
What is happening in the image?
What details stand out to you?
How does the image make you feel? What memories does it evoke from your life?
1. What is a paddle-out? What are some of the reasons that Black surfers have organized paddle-outs in the past year and a half?
2. What does surfing mean and represent for Black surfers in particular?
3. How does Natalie Hubbard, a surgeon and surfer who is part of the Laru Beya Collective, connect the history of surfing in the Black community to the present day?
4. What is the history of the Ink Well beach? How were actions taken there similar to other actions taken during the civil rights movement?
5. How was the Black Surfing Association started? And how has it grown in the years since the 1970s?
6. What are some of the ways that brands and movies have begun to support Black surfers?
Going Further
In a class discussion or in your journal, reflect on what you’ve just read. What are your reactions to the article? What questions do you have after reading it? What was one image or quotation that you found particularly powerful? In what ways do the themes in the article relate to your life and experiences?
Additional Teaching and Learning Opportunities
Read about a community of Black female surfers. Gabriella Angotti-Jones, a documentary photographer, shares about her surfing community through photographs and a first-person narrative. How does her story connect to the article you just read?
Check out the Instagram account of Hunter Jones. In place of entering competitions, he focuses on creating his own content for social media. What do you notice as you scroll through his posts?
Learn about Duke Kahanamoku. He was born in Honolulu in 1890 and won a total of five swimming medals in the Olympics in the early 20th century, but also navigated two cultures and two sports: swimming and surfing. How does the story of Duke’s life provide insights about the history of surfing in the United States?
Watch a video. The beginning of the article quotesSharon Schaffer, the first Black woman to become a professional surfer. Watch this six-minute video of her speech to the surfing community, or the trailer for the 2011 documentary about Black surfers, “White Wash.” How do these short videos add to your understanding of the challenges and triumphs of Black surfers?
Learn more about Lesson of the Day here and find all of our daily lessons in this column.
The Covid-19 pandemic has highlighted the importance of our healthcare systems in an unprecedented way. Many of us have had firsthand experience of the care and dedication of health workers over the last 18 months. They have proven an inspiration, in more ways than one.
Many individuals have been invigorated by their example to pursue careers in the healthcare sector, a varied and exciting area that is constantly developing in accordance with the latest technological and scientific breakthroughs. If you’re been inspired to choose a career in healthcare, then check out these exciting opportunities, selected from the Alison Career Guide.
A healthy diet is one of the most effective preventative medicines available. Good nutrition boosts your immune system and helps protect you from all manner of illnesses, as a good diet means you’re better prepared to fight infection. Dietitians have the joy of helping patients enact changes in their eating habits that can truly alter their lives. You’ll also find yourself with opportunities to work in a wide variety of exciting sectors besides healthcare, such as sports and catering. Our Diploma in Human Nutrition is the perfect place to start your training in this rewarding career.
The local GP is a community cornerstone. Besides offering medical advice to the community, their presence also provide assurance and stability. This makes being a GP an exceptionally satisfying job, though a demanding one. GPs need to have expertise across all fields of medicine in order to be able to accurately diagnose their patients. We have hundreds of essential healthcare courses to help you build up your medical expertise but the best place to start your GP journey is with our Diploma in Human Anatomy and Physiology.
While doctors, nurses and other frontline medical staff are the public face of the healthcare sector, there are hundreds of other careers that are vital for this industry to operate effectively. A hospital is an organisation like any other and is incredibly complicated to run. Health Service Managers thus need to be efficient, organised and trained in the latest management skills and software. By taking our SAP ERP Logistics Overview course, you’ll learn the skills you need to coordinate the various moving parts of a healthcare institution.
The job of an Emergency Medical Technician is a hard one. But it’s also exhilarating and inspiring. As a first responder you need to be calm, confident and prepared for all eventualities. Emergency Medical Technicians often speak of having a vocation to help others, and this devotion to your work is a must. If you’ve got the commitment, then the next step is to take our free course in CPR, AED and First Aid, which will give you a great foundation for this worthwhile career.
A Head Nurse has to juggle all of the usual medical demands of hospital work, while also managing their team to ensure patients receive the best care and appropriate attention. You’ll need to be compassionate and coordinated, caring and organised to successfully navigate this career. Head Nurses don’t just have to care for their patients, they also have to monitor the wellbeing of their nursing team, to make sure that they’re coping with this often high stress profession. Our Diploma in Clinical Nursing Skills will set you on the right track to becoming the perfect Head Nurse.
If you’re interested in building mobile apps, you’ve probably heard of React Native. The open-source framework took mobile development by storm after it was released by Facebook in 2015.
Today, most people browse the Internet on a mobile device instead of a desktop, so it’s important that businesses have a mobile presence. The best way to do this is with a mobile app. Unlike standard websites, mobile apps allow businesses to communicate directly with their customers through notifications and messages.
Traditional mobile app development requires the knowledge of two separate platforms (and their associated programming languages): Android and iOS. But, with React Native, you can develop hybrid applications that run on both.
In this article (and in the video below), we go into more detail about React Native, how it works, and what it can do for your mobile development projects.
How React Native works
React Native makes it easy to develop mobile applications that run on both Android and iOS. When running a React Native app on either platform, it looks and acts exactly the same. If you were to compare them side by side, you’d see that:
The app looks and feels almost identical on either phone.
The user interface is consistent.
The scrolling and searching work the same.
As Mike, a developer from Philadelphia, explains in the video above:
“The Android version acts and responds the way you’d expect an Android app to act and respond. We can use the back button. We get the same scrolling effects and animations Android users have come to expect. And the app will use whatever keyboard the user has set for searching.”
With regards to the app running on iPhones, Mike added:
“The iPhone version is the same. It acts and responds the way iPhone users would expect and integrates with the gestures and actions that those users are used to.”
Now, this may not seem surprising at first. If you’re a business, you want to develop iPhone as well as Android apps. You also want them to look and act the same. The surprising thing is that this normally would involve building two separate apps using totally different programming languages. But with React Native, it doesn’t.
With React Native, you can use the same technologies and programming languages used for web development. As a JavaScript framework, it lets developers build mobile apps that run on both iOS and Android using a single JavaScript codebase.
React Native apps act just like the native apps you could build separately for each device. These apps can also be sold through the App Store or Google Play, just like their native counterparts. They’re also just as fast and efficient as native apps and automatically integrate with native devices.
The story of React Native
When React Native was first released, it had an enormous impact on the mobile development community. It was groundbreaking. No longer did you need specialized Android and iPhone developers. A Web Developer could now build a complete mobile app using one codebase.
After recognizing how it made mobile app development so much easier, Mobile Developers and businesses immediately started using React Native. It also lowered the barrier to entry, as web development teams could now build mobile apps with only a little extra training.
You can find React Native in many of the apps you use every day. Some mobile apps that use React Native include:
Facebook
Instagram
Pinterest
Uber
Coinbase
Shopify
Discord
Despite this widespread usage of React Native by tech companies, both big and small, it’s still a relatively new technology. The React Native framework was first announced at Facebook’s ReactJS conference in 2015 and was released to the public later that year. The engineers behind its development based it on Facebook’s existing JavaScript web development framework, React.
React Native is still maintained today by a core group of developers at Facebook, but a lot of its direction is guided by the open-source development community behind it. It’s currently one of the most popular open-source projects of any type on Github, is completely free to use, and has a development community reaching millions.
React Native’s popularity is a testament to how fast and easy it makes building mobile apps for both Android and iOS.
Getting started with React Native
Now that you see how easy React Native can make your mobile development process — want to know more?
You don’t have to know the Android programming languages, Java and Kotlin, or the Apple programming languages, Objective-C and Swift, to develop apps with React Native. But, it does require knowledge of the JavaScript programming language, which you can pick up in our Learn JavaScript course.
You’ll also need to know the React JavaScript framework, which you can learn in our Learn React course. Of course, you can get started right away with Learn React Native if you already know these technologies. This course will teach you how to use Expo along with React Native to create a complete mobile app that runs on both an iPhone and an Android phone.
Modern web applications are quite different from those we had a few decades ago. Older web applications did all the data processing on the server and returned a static web page to the user when it was done. When you submitted a web form, it would require your browser to load a new page to get your results.
Modern web apps make this process seamless by handling data processing, rendering, and retrieval in the browser itself — making the user experience seamless without unnecessary page loads. This is done with JavaScript and, in most cases, with front-end frameworks like Angular.
Below, we’ll take a closer look at front-end frameworks, Angular and some of its defining features, how Angular compares to React, and more.
What is a front-end framework?
A front-end framework makes building and maintaining a front-end web application quicker and easier by providing structure and reusable components and code to a development project.
Frameworks take the burden of creating a structure for an application off of developers by providing a set of standards for development. Since these frameworks are well-known, new developers can get started right away with a familiar framework instead of struggling with a custom application.
Front-end frameworks also provide reusable JavaScript components and code that developers can use in their applications.
What is Angular?
AngularJS was one of the first modern JavaScript front-end frameworks. It came to market in 2010 and rapidly became the most popular JavaScript MVC (Model-View-Controller) framework.
AngularJS quickly became popular because of features like dependency injection, routing, and two-way data binding. It significantly changed how Front-End Developers wrote code. Five years later, Angular 2 (or Angular) was released. Unlike AngularJS, which is written in JavaScript, Angular is written in TypeScript.
Until Angular’s release, jQuery was the main JavaScript library most developers used for front-end web development. This was because jQuery made manipulating the DOM (Document Object Model) of a web page simple and easy across different browsers. Still, its non-binding structure often led to spaghetti code.
Angular adds structure and design patterns to front-end development, allowing developers to create more advanced web applications that are easier to maintain and update.
MVC in Angular
MVC is a code pattern with a long history, and it’s used by many frameworks — both front-end and back-end. In Angular, a web application is broken up into these three parts:
Model. The model represents the data that populates a web page. This data may eventually be stored in a database. For example, a user profile form will have a model of the user’s data in the memory that gets updated both by the form and API calls to a web server.
View. The view is the UI (user interface), or what you see in the browser. It represents the data in the model to the user in a viewable format.
Controller. The controller contains the logic for the web application. When a user saves data in a form, it’ll make the API call to update the data on a server. When a user refreshes the page, an API call retrieves that data from the server and updates the view with the new data.
Routing in Angular
Applications built with Angular are called Single Page Applications (SPAs). SPAs run in a web page without requiring a page reload but require a URL to function. Routing is what translates the URL in the web browser to a specific state in the web app.
So, when you go to http://example.com/users, Angular parses this URL, determines that the view you want is the list of users, and then presents that view. The URL is different than http://example.com, and the same page is loaded, but Angular generates a different view.
Traditionally, in back-end web applications, this URL would be parsed by the web server, which would then determine what page would be generated for this URL and return it to the user.
Two-way data binding
Angular uses two-way data binding, which means the data model and the view are inherently linked. Updating one updates the other. Here’s an example in code:
Enter Your Name:
Hello
In the code above, ng-app is what’s called a directive in Angular. It tells Angular that this is the root element for the application.
Below that, we have an input field. It has a directive called “ng-model” that binds the input field’s value to the name variable. When you enter any value in the field, the name gets updated to the contents of the field.
Below that, there’s a label with the “ng-bind” directive. This directive tells Angular to replace the content of the label element with the value of the name variable. This means that as you type in the form, the value of the label will update in real-time with each character change.
What’s the difference between Angular and React?
Both Angular and React are popular front-end JavaScript frameworks, but they do things slightly differently. The biggest difference is that Angular is actually a complete front-end MVC framework while React, though it’s been called a framework, is a JavaScript library for creating user interfaces in web apps.
In other words, React only covers the V (view) part of MVC. For the M (model) and C (controller) parts, you’ll have to use other JavaScript libraries.
Another difference between React and Angular is that Angular interacts with the real DOM (Document Object Model) of a web page. When the data updates, Angular changes what you see on the page.
React, on the other hand, interacts with the virtual DOM — a lightweight copy of the real DOM — and has no power to update what a user sees on the screen. With React, when data updates on a web page, the virtual DOM is updated, the differences between the real DOM and the virtual DOM are compared, and only those differences are updated in the real DOM.
Angular also uses two-way data binding, and React only allows data to flow in one direction. Two-way data binding means that when a user updates data on a page, like with a web form, it’s immediately updated in the data model. And, when the data model is updated from an API call, it’s immediately updated in the view. When a user interacts with a form in React, it updates the data model and then updates the view.
How to get started with Angular
Now, you’ve got a basic idea of why Angular is one of the top JavaScript front-end frameworks in use today. Knowing how to develop web apps in Angular is a skill that’s in very high demand.
If you’re ready to start using Angular, check out our Learn AngularJS course. If you’re new to programming in JavaScript, taking our Learn JavaScript course will prepare you by teaching you the fundamentals of the programming language that powers Angular.
I love the coziness of this October landscape and the warm grays & browns color palette it creates. It makes me feel like cuddling up in front of a crackling fire wrapped in a comfy blanket. There’s nothing more earthy and warm than grays paired with browns. This color combination is very versatile in design and allows for the flexibility of adding different pops of color but can also stand as a strong palette alone.
Warm Grays & Browns Color Palette
Below I have created for you a simple mood board featuring today’s color combination. It is in perfect Pinterest format, so feel free to pin it for later.
See our collection of other gorgeous color palettes by visiting our color palette section.
What do you think about our Warm Grays & Browns color palette? Do you like such monochromatic and simple combinations? I’m usually a fan of at least one contrasting color in the plate however there are lots of crafts that look perfect when the colors are soft and subtle.
We would love to hear your thoughts, so make sure to share them in the comments below.
Lastly, learn about the power of color in blog design in our blog post to see how important colors are in all the projects you create.
If you like this color palette, make sure to grab this month’s free Wallpaper! Only until the end of this month, it is available for free.
There is simply no shortage of blog design possibilities when it comes to bringing this pretty color palette to life.
A recent Times article about college football describes 2021 as “the ultimate year of homecomings” after schools from coast to coast either didn’t play at all in 2020, or couldn’t play on their own fields.
Are sports back at your school this year? Are you excited to play — or watch? Have rules been added to make sure practices and games are safe, or are conditions more or less like they were in 2019?
Put your thoughts in the comments, then read the related article to learn more.
Learn more about Picture Prompts here and find all of our prompts in this column.
Students 13 and older in the United States and the United Kingdom, and 16 and older elsewhere, are invited to comment. All comments are moderated by the Learning Network staff, but please keep in mind that once your comment is accepted, it will be made public.
To old friends who met him backstage, he was Pete Ventantonio, a punk rocker from Bridgewater, N.J. On his records, he sometimes preferred whimsical credits like Marcello DiTerriclothia or Favorite Singer Who Goes With Everything.
… The group’s self-mythologizing sometimes made its history murky. Even the name Jack Terricloth has various apocryphal origin stories. Mr. Cavallaro recalled his friend acquiring it from an old girlfriend. Others said he took the name to distinguish himself from another Pete during his early days in the New Jersey punk demimonde.
The ultimate reason seemed to matter less than the act of self-reinvention, and his audience’s being in on the act.
Daily Word Challenge
Can you correctly use the word apocryphal in a sentence?
Based on the definition and example provided, write a sentence using today’s Word of the Day and share it as a comment on this article. It is most important that your sentence makes sense and demonstrates that you understand the word’s definition, but we also encourage you to be creative and have fun.
Then, read some of the other sentences students have submitted and use the “Recommend” button to vote for two original sentences that stand out to you.
If you want a better idea of how apocryphal can be used in a sentence, read these usage examples on Vocabulary.com.
Students ages 13 and older in the United States and the United Kingdom, and 16 and older elsewhere, can comment. All comments are moderated by the Learning Network staff.
In an article from June, “Disputing Racism’s Reach, Republicans Rattle American Schools,” Trip Gabriel and Dana Goldstein describe how a culture-war brawl has spilled into the country’s educational system, and how Republicans at the local, state and national levels are trying to block curriculums that emphasize systemic racism:
In Loudoun County, Va., a group of parents led by a former Trump appointee are pushing to recall school board members after the school district called for mandatory teacher training in “systemic oppression and implicit bias.”
And across the country, Republican-led legislatures have passed bills recently to ban or limit schools from teaching that racism is infused in American institutions. After Oklahoma’s G.O.P. governor signed his state’s version in early May, he was ousted from the centennial commission for the 1921 Race Massacre in Tulsa, which President Biden visited on Tuesday to memorialize one of the worst episodes of racial violence in U.S. history.
From school boards to the halls of Congress, Republicans are mounting an energetic campaign aiming to dictate how historical and modern racism in America are taught, meeting pushback from Democrats and educators in a politically thorny clash that has deep ramifications for how children learn about their country.
A coalition of more than six dozen scholarly and educational groups has signed onto a statement decrying the spread of proposed legislation limiting classroom discussion of race, racism and other so-called “divisive concepts,” calling such laws an infringement on “the right of faculty to teach and of students to learn” and a broader threat to civic life.
“The clear goal of these efforts is to suppress teaching and learning about the role of racism in the history of the United States,” says the statement, whose signatories include the American Historical Association, the American Association of University Professors, the American Federation of Teachers and the Association of American Colleges and Universities.
Students, read one or both of the articles in their entirety, and then tell us:
What do you think of efforts to restrict how schools teach race and racism? What do you see as the possible benefits or dangers of this legislation?
Do you agree with Republican senators that the focus on systemic racism is a form of “activist indoctrination”? Or are you persuaded by scholars who charge that laws limiting classroom discussion of race, racism and other “divisive concepts” are an infringement on “the right of faculty to teach and of students to learn” and a broader threat to civic life?
What have you studied or learned about race or racism in school, whether in the context of a history or literature class, in an advisory or homeroom, or in any other context? Looking back, how often in your school experience has race or racism been studied or discussed? Do you think the discussions you have had have been productive, informative or enlightening? Do you feel that classroom discussions on these topics have ever been avoided, silenced or marginalized?
How comfortable do you feel discussing race in school? Would you like to see the topic addressed more fully, accurately and honestly in schools? Or, do you feel that race and racism have already been explored enough — or even too much? Have you ever felt singled out, criticized or in any other way made to feel uncomfortable in a classroom because of your race or ethnicity?
A recent Tennessee House bill bans any teaching that could lead an individual to “feel discomfort, guilt, anguish or another form of psychological distress solely because of the individual’s race or sex.” A Texas House bill forbids teaching that “slavery and racism are anything other than deviations from, betrayals of, or failures to live up to, the authentic founding principles of the United States.” What impact do you think restrictions like these will have on teachers, students and classrooms? Do you think they will help or hinder a safe, healthy and productive learning environment? Will they ensure an accurate understanding of race and American history, or have the opposite effect and deny it?
What’s really going on here? How much of the debate really has to do with the tenets of critical race theory or the writing of The 1619 Project? Are public schools, according to an article by Christopher F. Rufo in The New York Post, “being devoured by a hostile ideology that seeks to divide the country by race and undermine the core principle of democratic control.” Or is legislation to restrict or prohibit critical race theory and related ideas really an attempt to “whitewash U.S. history” and “deny students and scholars the chance to understand the past,” as Kimberlé Crenshaw argues in The Washington Post? How founded are the fears on each side? Do you think there is room for common ground in the debate?
Alex Elstrodt, right, takes a moment to juggle in our Toronto office, where he’s also juggled many roles — from marketing to engineering.
By Luiz Gonzaga dos Santos Filho, Engineering Manager
“Tell me something you’re good at but others don’t know” is the kind of ice breaker question that really gets me thinking. After a brief audit of my own hidden skills, I end up more curious about the secret talents my teammates have that I don’t see every day.
Opportunities to change and grow at work help to bring these to light: I get to see colleagues in a whole new way while they get to flex in new directions inside a familiar environment. It’s a win-win. That’s why Coursera has internal mobility policies that formalize pathways to new opportunities for people within the company.
I’ve always felt that the most interesting stories have a plot twist. Let’s explore a few career pivots with these stories from Courserians.
Intern then L2 Backend Engineer then L3 and L4 Engineer to Product Manager to L4 Engineer
Zi has been at Coursera for three and a half years. He did two stints as a software engineering intern over different semesters while he was in school. After joining our team full time, he grew into a senior engineer role with a brief detour as a product manager. Zi had been interested in product management since university and was eager for an opportunity to explore the intersection of technical systems and business needs — and to flex that entrepreneur muscle.
He mentioned this to his manager and a director of product; a couple of months later, he was product managing a new project with support from two experienced PMs as well as his engineering manager.
Upon reflection, Zi thinks his technical background transferred well and helped him be a more effective product manager. On his transition back to engineering, Zi took with him more organizational, communications, and leadership skills, which gave him more confidence to drive his own technical projects as a senior engineer. He still considers one day transitioning to product or engineering management. Zi’s manager is ready to support him and, when that time comes, Zi will also be able to leverage the product manager or engineering manager apprenticeship programs at Coursera, which will set him up for success.
“I would recommend to anyone seeking alternative career paths to first look internally. It is always easier to transition internally than to apply as a newcomer to a different company with no prior experience in the role. Also, technical skills are always learnable, and people are always willing to help, so don’t get discouraged by what you currently know or don’t know.
The new experiences that will come your way as a result of trying out a new role will stay with you for a lifetime, and will help you understand yourself in new ways that will benefit your career, whether you stay in the role or not.” — Zi
Learner Services Degree Specialist to Skills Transformation Consultant
After two years as a degree specialist, Charlotte recently transitioned to a new role on the Skills Transformation team. Before Coursera, she worked in education policy and was always drawn to the power of data in shaping strategy. When she saw the new job description, she realized it would be a great opportunity to bring her broad range of experiences together to drive recommendations for our clients.
“I found tremendous support from our internal mobility team, as well as the hiring manager for the role. The resources that helped me along the way for my professional development were all in-house, from professional coaching to Coursera courses and technical mentorship with engineering colleagues. I am so appreciative of the warm welcome from the Skills Transformation team and am grateful for ongoing collaboration with colleagues and friends across the Services, Product, Design, and Engineering organizations, and look forward to continuing to foster those relationships in the new role.” — Charlotte
Intern to Teaching and Learning Specialist to Product Manager then Sr. Product Manager
Working with several product managers in her first full-time role here gave Janani great insight into the life of a PM. She saw the different styles and flavors up close — an experience that made her interested in how product managers brought together cross-functional teams to identify customer pain points and develop effective solutions. Now, Janani is four years into increasingly senior roles as a product manager.
“I had a background in neuroscience, experimental research, and education. I could see myself tapping into these aspects as a Product Manager and learn from the creativity of so many people around me.
All the PMs around me were very encouraging and created opportunities for me to build specific skills that would help me continue to explore this aspiration. The hiring manager encouraged me to apply and my own manager was very supportive. Coursera has provided several opportunities to learn, contribute and grow.” — Janani
Partnership Manager to Product Manager then Sr. Product Manager
Jenny shared the full story of her journey to product management on our blog a few years back. If you’re looking for the highlights: after studying philosophy and religion at Stanford and finishing her two-year fellowship with Teach for America, Jenny joined Coursera in 2013 as a partnership manager to help the world’s best universities grow on our platform. She became such an expert on our product that transitioning to product management was a logical next step. Over the past 4+ years, Jenny has led significant enhancements to authoring tools on our platform — even in her new role, she’s still advocating for university partners every day. Jenny is a constant reminder to aspiring product managers that one does not need a technical background to succeed as a PM.
Marketing Associate to L2 Frontend Engineer then L3 and L4 Engineer to L4 Backend Engineer
Alex has had a great, diverse career at Coursera for more than three and half years, where he’s found fertile ground to make it all possible. Check it out: he graduated with a degree in economics, started at Coursera as a marketing associate focused on SEO, transitioned to frontend engineering, made his way to senior frontend engineer, transitioned to backend engineering, and has his sights set on becoming an engineering manager in the future.
Throughout this exciting journey, Alex always had the support and mentorship of his managers and fellow engineers in his new roles, who coached him on his knowledge gaps and recommended new courses so that he could quickly learn and grow (good thing he always had access to Coursera’s lifelong learning perk to upskill!).
Here’s some advice from Courserians to kickstart your journey to a new role:
Is there a paved road? Ask the talent or learning and development teams at your company if they have an internal mobility policy. Having official apprenticeship programs to guide and support you along the way is a great way to set you up for success.
Talk to someone in the role you’re interested in. They’ll be able to provide insight into what the day-to-day looks and feels like, what skills are most important, and what you can do to prepare for the transition.
Courses can also be very helpful to fill gaps in your knowledge and upskill or reskill. Ask your company if they can support you. We’ve got just the thing for that.
Be patient and keep trying. It might take time for an internal opening in your preferred role. Keep performing in your current role while developing new skills.
Seek out or even create opportunities for yourself. Look for new challenges to take on that are related to the role you want to get. Talk to people in that role and ask them what projects or tasks you could take on on their behalf that would help them meet their objectives.
Embrace the unknown, and always keep learning. After you transition, things may not feel easy or instantly feel like a great fit. Keep learning and building your skills. One day, you’ll be looking back and find yourself mentoring someone else into a transition.
Interested in pivoting or accelerating your career alongside a new team? Check out our Careers page to explore available positions and learn why we choose to grow at Coursera.