Keeping Our Learners on Track During COVID-19

By and

First, thank you for being a part of the General Assembly community. We want you to know that, as a community member, your health and well-being is our top priority. 

In light of COVID-19 developments, we have put in place precautionary measures to keep our community safe. As we all make sense of the evolving situation, General Assembly is guided by two priorities: ensuring safety and health while minimizing disruption to our learners.

Right now, like many education providers, we’re in the process of offering all of our workshops and courses remotely. The good news is, we’ve done this for thousands of people across all of our programs and know how to do it well. Our instructors and teams are laser-focused on maintaining a high-quality experience for our students. 

To learn more about our approach to online learning and best practices for remote classrooms, check out this video

Starting Monday, March 16, we will be moving all in-person programming online and temporarily closing our campus facilities. From here, we will continue to monitor the situation and update you on an ongoing basis. 

GA’s Singapore campus will remain open, and we have implemented safety measures in line with the guidance from Singapore’s Ministry of Health. We will be following updates closely, and will move to remote programming should the situation escalate.

We’ve sent specific instruction and guidance to all of our students and employer partners and leveraged the talents of our online instructional team to ensure a seamless transition to a remote learning environment. 

We’ll marshal all of our resources to ensure our community can continue learning and maintain a sense of structure and connection in the midst of an unprecedented situation.  We’re taking our cues from public health experts in all of the countries in which we operate and closely following recommendations from federal, state, and local government authorities.

We have instructed all of our employees to work remotely if they can and are moving quickly to coordinate a successful shift for learning deliveries on our campuses and at employer offices. 

For real time updates, please refer to comprehensive resources prepared by the World Health Organization and your national health authorities:

We’ll continue to provide updates as this develops and encourage all of you to take care of yourselves and stay safe. If you have any questions, don’t hesitate to reach out via email to hello@generalassemb.ly.

5 Reasons You Should Learn to Code

By

learning to code

Why learn to code? There’s no denying that full-stack web development is one of today’s most sought-after careers. With a median salary of more than $75,000 and demand expected to grow 27% from 2014-2024, according to the U.S. Bureau of Labor Statistics, full-stack web development is a smart career path for many individuals.

But even if you’re not planning on becoming a full-time programmer or coder, learning how to code and having that kind of knowledge and experience can have substantial benefits for your career and further job opportunities. In today’s competitive job market, the smartest workers are those who are able to leverage technology to their advantage — no matter their job title.

Not sure if you want to tackle the challenge? Here are five reasons and benefits of learning to code that will add serious value to your career.

Continue reading

Using APIs in Full-Stack Web Development and App Creation

By

Think about your personal experiences using ride-sharing mobile apps like Lyft. You’re able to request a car to your exact geographic coordinates, right down to the street corner. This functionality is possible thanks to application programming interfaces, or APIs.

An API is a platform that allows different pieces of software, or applications, to communicate with one another. The term is used broadly in the context of programming languages, the web, operating systems, etc. For example, Apple publicly shares a number of APIs powered by iOS, its operating system for iPhones and iPads, for an app developer to use. These APIs allow applications like Facebook, Instagram and Snapchat to access a user device’s camera, microphone, and much more.

What Is an API?

APIs can fall into a number of subcategories. Many web and mobile applications, as well as devices (e.g., Amazon Echo), rely heavily on what are known as web APIs, which we’ll focus on in this guide. A web API uses the same underlying technologies as web browsers to allow different applications to communicate with one another. Web APIs allow applications to retrieve data or perform actions beyond their built-in capabilities. Typically, an application, using the internet, requests some data or action from an API. The API provides a response, and the application then adapts and displays it. The API’s code is hosted on a web server, which is essentially a computer connected to the internet. Depending on the functionality the API is providing, there may be an additional layer of security involved, such as sending a unique key.

Let’s consider a mobile weather application like Dark Sky. When you use it to check the weather for a certain zip code, the application makes a request to the API tool asking for the weather in that zip code. The API has access to the weather data and returns it as its response. Then, the application goes through the weather data and selectively displays it as, for example, the temperature in degrees Fahrenheit. The same process occurs if you check the weather in another city or at your current location.

How to Use an API

Developers can use almost any modern programming language (like JavaScript, Ruby, Python, or Java) for their own API coding. Most programming languages already come with the necessary software to interact with web APIs, but developers typically install additional packages, or code, for convenience and flexibility.

For any given programming language, there’s usually at least one popular framework — a collection of programs — that can be used to create APIs. Ruby developers, for example, use the Rails framework. Developers can also use packages to add features to their APIs, such as additional layers of security. Any additional necessary programs or packages are usually installed with that language’s package manager, e.g., Ruby’s bundler.

How Does an Internal API Work?

An internal API is one that’s used within a company or organization, although the company can choose to make portions of it accessible to the public. Users within that organization can leverage an internal API to share data and business logic (for example, the company’s rules regarding communication between a user interface and a database) across platforms — i.e., web, iOS, or an Android app. Any company with both web and smartphone apps likely has an internal API.

For example, the food-ordering service, Seamless, has web, iOS, and the Android app. All three platforms use an internal API to request that an action be performed, like placing an order for a client, as well as to request data, like the details of a user’s most recent order. This internal API allows Seamless to internally share data (restaurant information) and business logic (a customer ordering a dish) across different devices.

How Does an External API Work?

Many organizations provide external — albeit sometimes limited — APIs and documentation that allow individuals and companies outside of that organization to develop applications using its services. Depending on the external API, there may be registration, payment, or other limitations involved. For example, The New York Times provides an extensive external API that is free but requires that developers register and follow certain guidelines.

Google Maps also provides APIs that allow developers to embed maps in their websites and applications, as well as access directions and estimated travel times. Lyft, for example, uses Google Maps’ API. Other popular external APIs include Yelp’s Business APIs, which enables the user to find businesses, the OpenWeatherMap API, which retrieves weather data, and the Microsoft Azure Emotion API, which determines emotions in images.

Using external APIs allows developers to create their own mashup applications, like one that uses the Yelp Business API to find top-rated coffee shops in a neighborhood and display them on user interfaces as a map with custom icons via the Google Maps API.

APIs at General Assembly

The ability to work with web APIs is a fundamental skill in web development, whether you want to find a job as a front-end or full-stack software engineer or simply create your own applications. In GA’s career-changing Software Engineering Immersive — offered on campus and online — as well as our part-time JavaScript Development course, students learn the theory behind using web APIs and get hands-on practice incorporating them into their own projects. They also explore adjacent technologies such as AJAX and JSON. Many students choose to use a web API as part of their final projects and create their own applications. Our part-time Front-End Web Development course covers API coding essentials as well.

Meet Our Expert

Saimon Sharif is a software engineer who teaches JavaScript Development courses and workshops at General Assembly’s New York City campus. He works at the clothing-rental company Rent the Runway, focusing on its front-end stack. In his spare time, Saimon listens to podcasts, searches for the perfect cup of coffee, and reads a few too many articles.

“Given that more than half the world’s population has internet access, with more to come, now is a great time to learn web development to create applications and reach that audience.”

Saimon Sharif, JavaScript Development Instructor, General Assembly NYC

What It’s Really Like to Change Your Career Online

By

Going to work used to mean physically traveling to a workplace. Whether by foot, public transit, or car — a job was a specific location to which you commuted. But with the advent of the gig economy and advances in technology, telecommuting has become more and more prevalent. In fact, according to a 2018 study, approximately 70% of workers worldwide spend at least one day a week working from home.

So, why should education be any different? Learning from the comfort of home saves you the time and money you would’ve spent commuting, allows you to spend more time with loved ones, and encourages a much more comfortable, casual work environment.

That’s why we’re now offering all of our career-changing Immersives online. We’ve transformed over 11K+ careers — so whether you’re interested in becoming a software engineer, data scientist, or UX designer, you can trust our proven curriculum, elite instructors, and dedicated career coaches to set you up for professional success.

We sat down with three experts on GA’s Immersive Remote programs to better understand how they work — and more importantly — how they compare to the on-campus experience.

Breaking Barriers

GA Education Product Manager Lee Almegard explained the reasoning behind the move: “At GA, the ability to pay tuition, commute to class, or coordinate childcare shouldn’t be a barrier to launching a new career, she said. “Our new 100% remote Immersive programs are designed to ease these barriers.”

Obviously, saving yourself a trip to campus is appealing on many levels, but some interested students expressed concern that they wouldn’t receive enough personalized attention studying online as opposed to IRL. Instructor Matt Huntington reassures them, saying “Our lectures are highly interactive, and there is ample time to ask questions — not only of the teacher but also of other students.” 

Staying Focused

It’s not always easy to stay focused in a traditional classroom, but when your fellow students have been replaced by a curious toddler or Netflix is only a click away, distraction is a real concern. 

GA graduate Alex Merced shared these worries when he began his Software Engineering Immersive Remote program, but they quickly disappeared. “The clever use of Slack and Zoom really made the class engaging. It leverages the best features of both platforms, such as polls, private channels, and breakout rooms,” he said. “This kept the class kinetic, social, and engaging, versus traditional online training that usually consists of fairly non-interactive lectures over PowerPoint.”

If you’re concerned about staying focused, you can use these simple, impactful tips to stay motivated and on track to meet your goals:

  • Plan ahead. Conquer homework by blocking off time on your calendar each week during the hours in which you focus best.
  • Limit distractions. Find a quiet place to study, put your device on “Do Not Disturb” mode, or find a productivity app like Freedom to block time-consuming sites when studying or working independently.
  • Listen to music. You might find that music helps you concentrate on homework. Some of our favorite Spotify playlists to listen to are Deep Focus, Cinematic Chillout, and Dreamy Vibes.
  • Take breaks. Go for a short walk at lunch and change up the scenery, or grab a latte to power through an assignment.
  • Ask for help. We’re here for you! Our instructional team is available for guidance, feedback, technical assistance, and more during frequent one-on-one check-ins and office hours.

Most importantly, listen to yourself. Everyone learns differently, so take stock of what works best for you. Find the strategies that fit your learning style, and you’ll be well on your way to new skills and new heights. 

Getting Connected and Getting Hired

Another key component of learning is the camaraderie that comes from meeting and studying with like-minded students. How does that translate to a virtual classroom?

GA Career Coach Ruby Sycamore-Smith explains that both students and faculty can have meaningful, productive relationships without ever meeting in person. We’re a lot more intentional online,” she says. “You’re not able to just bump into each other in the corridor as you would on campus, but that means you’re able to be a lot more purposeful with your time when you do connect — way beyond a simple smile and a wave. Merced agrees. “Breakout sessions allowed me to assist and be assisted by my classmates, with whom I’ve forged valuable relationships. Now I have friends all over the world.” And as Huntington pointed out, “There is no back of the classroom when you’re online.” When you learn remotely, every seat is right next to all of your peers.

When we piloted the Software Engineering Remote bootcamp, we took extra care to make sure that our virtual classrooms felt exactly like the on-campus ones, with group labs and even special projects to ensure students are constantly working with each other,” Huntington explained. “A lot of our students form after-hours homework groups, and nighttime TAs create study hall video conferences so everyone can see and talk to each other.” 

And with students from all over the country, you’re going to connect with people you never would’ve met within the confines of a classroom. These peers could even be the very contacts who help you get you hired.

By recruiting industry professionals who are also gifted instructors to lead courses, students are taught how to translate their knowledge into in-demand skill sets that employers need. Sycamore-Smith explains that the involvement of GA’s career coaches doesn’t end after graduation; they’re invested in their students’ long-term success.

She says, “Career preparation sessions are very discussion-based and collaborative, as all of our students have varied backgrounds. Some are recent college graduates, others may have had successful careers and experienced a number of job hunts previously. Everyone has unique ideas and insights to share, so we use these sessions to really connect and learn from one another.” 

Merced is enthusiastic about his GA experience and quickly landed a great job as a developer. “Finding work was probably the area I was most insecure about going into the class,” he confessed. “But the prep sessions really made the execution and expectations of a job search much clearer and I was able to land firmly on my feet.

Conclusion? Make Yourself at Home

After years of teaching in front of a brick-and-mortar classroom, Huntington was a little wary about his move to digital instructor, but his misgivings quickly gave way. 

I was surprised to feel just as close to my virtual students as I did to my on-campus students, he said. “Closing down our virtual classrooms and saying goodbye on the last day of class is so much more heart-wrenching online than it ever was for me when I taught on campus.” 

Huntington’s advice to a student wondering if online learning is right for them: “Go for it! It’s just like in person, but there’s no commute and it’s socially acceptable to wear pajamas!”

How to Make a Career Change

By

YOUR UNTAPPED PROFESSIONAL POTENTIAL

catalystisa_index_1440x1600-big

How GA’s new income-share agreement program is removing barriers to education and career change.

Embarking on a career change is a major investment. To say it’s a tough endeavor is an understatement, as it usually requires time, money, and effort to bridge skills gaps and make inroads in a new field or profession.

At General Assembly, we’ve helped over 13,000 individuals with finding a job and launching new careers through our full-time Immersive programs in coding, data, and UX design. GA courses aren’t cheap, but they have a high return on investment and are specifically designed to prepare students to be successful and secure high-wage, high-potential roles as web developers, data scientists, and UX designers.

However, many students can’t financially afford this education out of pocket. About 40% of our full-time students use third-party funding sources — including loans, scholarships, GI Bill® benefits, and government programs — to attend GA. There are more seeking who would like to do the same, but half of those who apply for loans get turned down, and our pool of scholarship funding is not big enough to meet demand.

The fact of the matter is that many of our students already have debt from past education or credit cards that affects their ability to secure new financing. Today, the typical college student borrower graduates with an average of $22,000 in debt. A recent study revealed that over 30% of recent student borrowers are facing serious struggles with repaying debt loads. The combination of existing repayment obligations and the looming risk of default leaves many adults with extremely limited funds to devote to continuing education. It’s a frustrating cycle — individuals are stuck in low-paying jobs they don’t love, but they can’t afford the education that will fast-track them into a new line of work.

At GA, we never want a student’s financial struggles to stand in the way of their motivation to break into a new profession. In order to create more access to our rewarding programs, we sought out new ways for career-changers to financially fund their education.

One concept that caught our attention was income share agreements (ISAs), a model of income-based repayment that’s gaining traction among education and training providers. After nearly two years designing this program, we’re excited to launch Catalyst, GA’s ISA program. Since many people are curious about ISAs, we wanted to share some insight around why they’re a viable option for many students pursuing this program, regardless of their income, credit history, or background.

You can read about how and why we created the Catalyst program in more detail in our white paper, Untapped Potential.

How GA’s Catalyst ISA Program Works

The gist of the Catalyst program is this: Students can accomplish taking a full-time GA Immersive course in web development, data science, or UX design at no upfront cost. After they graduate and land a job earning at least $40,000 annually, they’ll start paying back 10% of their income over 48 monthly payments.

We chose this income share amount because it’s comparable to what students might pay for a loan, based on our typical starting salaries. According to PayScale, average starting salaries for web developers are $54,365 nationally, and data from Climb Credit, one of our loan partners, shows that GA graduates report median starting salaries of $60,000 after taking an Immersive course.

Payments are maxed out at 1.5 times the initial cost of tuition (currently about $15,000), meaning that higher earners may end up paying as much as $22,425 total, while lower earners will pay less. We’re working with Vemo Education, the largest provider of ISAs in the United States, to manage the program’s day-to-day operations and administration.

We think these terms benefit career-changers for several reasons:

  • Approval based on future potential. Many loan applicants get rejected because of low credit scores or other debt. Acceptance to Catalyst instead depends on students’ drive and readiness to thrive in the course and on the job.
  • Employment first, payments later. Students can devote their time and energy to excelling in class and job searching — without the looming stress of upcoming payments.
  • Career focus. ISAs and career support go hand in hand. GA’s Career Services team is dedicated to making sure students land a job in their field of study through one-on-one coaching, exclusive hiring events, networking opportunities, and more.
  • Flexible career pathways. The $40,000 minimum salary allows students to accept a lower-paying job they’re passionate about, cultivate a freelance business, or even start their own company without the pressure of loan repayments.
  • Life happens? Payments stop. Students can pause payments at any time if they stop working, whether due to unemployment or personal, family, or health-related reasons.

Our Approach to ISAs

We took a student-centric, research-based approach in deciding whether to introduce ISAs. It was essential to develop a model that does not put the burden only on the student, but also ensures that GA is incentivized to help participants meet their career goals. First and foremost, we wanted to introduce an option that would be attractive to all individuals, regardless of income, credit history, or background.

Data from the ISA industry at large informed our approach to designing the Catalyst program, but our own unique experience serving thousands of students defined our terms. Here are some of the considerations we made while exploring ISAs as a payment option:

  • Student feedback. We reached out to alumni to understand whether or not an ISA-type structure would be appealing to them. We learned what features resonated with our community and built them into our program. More than anything else, students valued not having to make payments while in school and during their job search.
  • Current payment performance data and trends. After analyzing data from past GA applicants and students, we knew that affordability was still a frequent barrier. Loans, government funding, and scholarships are increasingly popular options for our community, but we couldn’t meet demand due to obstacles like a small scholarship pool and applicants’ inability to secure loans.
  • A strong focus on career outcomes. It’s incredible what GA students can achieve after taking one of our full-time programs, regardless of their educational and professional backgrounds. We strongly believe that ISAs can’t work without outcomes-based programming, and GA’s Career Services team is solely focused on ensuring that students in our full-time courses have the tools and skill sets they need to land a job after they graduate. We track student progress, have a Big Four accounting firm audit our job-placement data, and share our outcomes reports publicly every year.
  • Likelihood of students’ success. Students’ actions prior to enrollment reliably indicate how they’ll perform in their course and job search. To ensure Catalyst participants are prepared, applicants must complete our admissions requirements, course pre-work, and a readiness assessment. Our data shows that good performance on the assessment is the best predictor of success in the program and the job search.
  • Commitment to transparency. ISAs are new and we know there’s still a lot to learn about the model, but we’re optimistic. Because of this, we’re pledging to define key success metrics and make them publicly available.

Thanks to funding from the investment firm Kennedy Lewis, we’re able to serve 5,000 students through the Catalyst program in the coming years. We chose to work with the company because of its alignment with our mission and the goals of the program. “The positive social impacts of ISAs are extensive because they align the quality of the education with the cost,” said David Chene, co-founder and managing partner at Kennedy Lewis. “ISAs avoid the debt trap associated with student loan debt as a student will never be asked to pay more than they can afford.”

We’ll learn a lot along the way and are committed to maintaining transparency with our students, our partners, and others interested in the future of ISAs for accelerated career training and work experience. We’ll share updates regularly as we learn, iterate, and improve so we can continue to create greater access to GA’s programs and empower students to pursue professions they love.

***

Ashley Rudolph is GA’s Director of Consumer Operations and Financing, overseeing global campus operations, as well as General Assembly’s loan and income share agreement programs.

Tom Ogletree is Senior Director of Social Impact and External Affairs and manages GA’s communications, public affairs, and social impact initiatives.

***

Since 2011, General Assembly has trained individuals and teams online and on campus through experiential education in the fields of coding, data, design, and business. We believe everyone should have access to leading-edge education that will transform their careers — and their lives. Learn more about our Catalyst ISA program and other financing options, and find out what we’re doing to break down barriers to employment, diversify the workforce, and close the skills gap.

Tips on How to Negotiate Salary

By

A PROFESSIONAL HOSTAGE NEGOTIATOR SHARES THEIR RECOMMENDATIONS

Chris Voss Never Split the Difference Book

Wrangling job compensation is easier than you think when you’re armed with the tools and tricks that help the FBI save lives.

The tech industry is nothing if not competitive as startups, mom-and-pop shops, and Fortune 500 companies fight for top talent, developers, designers, data scientists, and more find themselves in a mad dash to get in the door.

Once they’re there, an offer may be a testament to their technical skills and experience. However, the true mettle of one’s professional prowess lies in securing the salary or benefits package you want. When you’re in the throes of how to negotiate salary, don’t sell yourself short. Instead, ask yourself: What would Chris Voss do?

During his 24 years in the FBI’s Crisis Negotiation Unit, Voss used expert verbal and psychological tactics to defuse and control more than 150 international hostage cases. Many of the high-stakes situations were a matter of life or death — with rescues ranging from military contractors captured in Colombia to journalists kidnapped in Iraq and Gaza.

Now, he empowers people with valuable negotiation strategies to contend with tough professional and personal circumstances. As the founder and CEO of the consulting firm The Black Swan Group, he advises Fortune 500 companies through their most challenging negotiations. And in his book, the illuminating Never Split the Difference: Negotiating As If Your Life Depended On It, his expert advice reveals how powerful language, a “pleasant persistence”, empathy, and listening can give you an edge in getting a promotion, buying a car, consulting with a partner, and beyond.

In the book excerpt below, learn Voss’s concrete skill set that contributes to regarding a current employer or prospective employer as an ally for negotiating your next salary.

Continue reading

6 Tips on How to Get a Job at a Startup

By

How to narrow your focus, get a leg up on the competition, and look like the most prepared person in the room.

A job-search thesis is a great tool to tell people what you’re looking for in a job.

The following is an adapted excerpt from How to Get a Job at a Startup, an exclusive General Assembly eBook by startup founder and former GA leader Matt Cynamon.

Working for a startup company can be one of the most challenging, exhilarating, sometimes heartbreaking, and oftentimes fulfilling journeys of your life. But wanting in and breaking into this competitive industry are two different things. Landing an opportunity at a startup is about more than luck. There are terms to learn, steps to take, and a skill set to grow from to make you a candidate who stands out from an established crowd.

Whether you’re a recent college graduate, someone with 10 years of executive-level experience, recently completed a career accelerator program, or are just making a jump from a more traditional work background, there is a pathway to a dream job at a startup for everyone. While there’s no foolproof method for landing a job, we’ve compiled six proven tips that can help you narrow your focus, get a leg up on the competition, and look like the most prepared person in the room.

1. People can get you further than job boards.

One of the nice surprises about the startup businesses is how supportive and helpful some of the people are. In every city, leaders in grassroots startup communities host events, give educational talks, make introductions, and offer advice. These individuals can serve as your early guides as you start out on your journey.

If you’re just breaking into the startup world, you may not have a strong network to draw upon. That’s OK. Go to events, meet people, and listen. As a new entrant into the community you might feel like you have little to offer in return, but one of the biggest favors you can do for someone is just ask them questions about their work. Don’t be too forceful, but where appropriate, invite people for a coffee. It may seem intuitive, but being generally interested in others and what they do will help you foster relationships that aren’t only valuable, but fulfilling.

When it comes time for you to start applying, warm introductions from someone within the community will go much further than a resume submitted on a job board. Founders often cite hiring as the biggest obstacle to successfully growing their company. It’s a timely and difficult process that they love to circumvent with a nice, warm introduction to top talent (aka you).

One of the most common mistakes people make when trying to get introductions is assuming that if people don’t get back to you, hope is lost. Be prepared for repeated failure. Ninety percent of people will say they want to help you. Ten percent actually will. Why most people don’t follow through is due to a variety of factors, but just know it’s rarely about you. If you go into every conversation with this attitude, you will more easily be able to sustain your energy when your inbox sounds like crickets.

2. Polish your elevator pitch with a job-search thesis.

We’re living in an age of self-driving cars, private spaceships, artificial intelligence, augmented reality, on-demand everything — and startups often lie at the center of these innovations. It’s completely normal for someone starting on their journey to want to be a part of all of it. While you will encounter many people who are willing to help you in your job hunt, you need to make it easy for them to do so. To that end, nothing will get you further than clarity and focus.

When you tell people what you are looking for, you want them to think, “I know who you should talk to.” The easiest way to get there is to distill what you’re looking for into three distinct points. We call this a job-search thesis.

The best job-search thesis will contain:

  • Your desired company size.
  • Your preferred industry.
  • Your desired role.

For example, if you can tell someone at a cocktail party, “I want to work as a product manager at post-Series A company in the fashion industry,” there’s a good chance they’ll remember you the next time they hear about a PM role at a company that makes smart athletic gear. Speaking about yourself with that level of specificity will instantly make connections in the mind of whomever you find yourself talking to.

3. Got experience? Great. Not so much? Then make it.

If you are moving into the startup world from a career in a different industry or type of role, make sure to play up your relevant experience. If you feel like your job title really doesn’t translate to the position for which you’re applying, break apart the components of your current role into the factors that would be relevant at a startup. For example, if you were a lawyer then you likely have strong attention to detail, analytical problem-solving skills, an ability to explain complex problems to many stakeholders, a strong work ethic, and a history of achievement. These are all things startup founders would want out of product management. This exercise is especially important for more senior individuals trying to move into the startup world.

Of course, you don’t have to rely only on your previous experience — the best candidates never do. Fortunately, the rules around experience have shifted and there are ways for you to start developing skills within a given field even if you’ve never worked in that field before.

Even opening an account on Medium.com and writing commentary on the industry you’re interested in can go a long way. Coupling this level of initiative with your previous (or nonexistent) work experience is the best way to demonstrate your talents and potential. In addition to gaining relevant skills that will assist you in a new role, you’ll appear to be both passionate about the subject matter and a knowledgeable self-starter who practices it in your spare time.

Let’s say you’re really interested in doing digital marketing for a fashion tech company. For less than $50 you can start running Facebook advertisements for a friend’s T-shirt website, cultivating skills in running paid social media campaigns. If you want to do UX design for an eCommerce startup, you can publish a series of UX critiques about popular eCommerce sites on a blog. Engineers rarely depend on resumes alone anymore; they demonstrate their experience by publishing their code to GitHub. 

4. Do your homework. Then, do some more.

With a solid network, clear thesis, and foundation of experience, it’s only a matter of time before you start landing interviews. Most recruiters will tell you at this point to spend 12 hours preparing for an interview. We think that’s child’s play. You aren’t interviewing to be a cog in a massive corporate machine. You are being assessed on whether the founder or manager would bet the future of their budding company on you. Make them comfortable — and confident in you — by being the most prepared person in the room.

Find founders on Twitter, LinkedIn, or in the blogosphere and consume every bit of content you can find. The information you’ll find there is priceless because you will gain a deep understanding of how founders think and feel about the world. You can even head to Facebook and see if you have any mutual friends. Does all of this seem a little overboard? Perhaps, but startups expect a different level of commitment than many traditional careers. So if this sounds like a lot, you’ll be in for a big surprise once the job begins.

5. Play the numbers game. Ask metrics-driven questions.

In an interview with a startup, you really have three goal goals: 1) Clearly communicate why you’re capable of doing the job, 2) be the most passionate person in the room, and 3) ask the best questions. You certainly should ask standard interview questions, like “What makes someone successful in this role?” or “What will the first 90 days look like?” But what you really want to do in the interview is discover the metrics the company cares most about.

Sure, a company’s public brand may be all about changing the world, but we can guarantee that every night before they go to bed and every morning after they wake up, the person interviewing you is checking a dashboard with a handful of key metrics, such as cost to acquire a customer, lifetime value of a customer, net promoter score, or churn. When they leave your interview, they’ll probably check it again.

Metrics dictate performance, and in the uncertain conditions in which startups live, having insight into how well the business is doing is essential for a small team that has a lot of impact.

When you go into your interview, don’t be afraid to ask:

  • What metrics are you checking daily?
  • What metrics are you checking weekly?
  • What metrics are you checking monthly?
  • What do you see as the biggest levers for improving those metrics?
  • How are you doing against your goals?
  • How can this role help you get there faster?

The answer to those questions will give you everything you need to know to position yourself as the best fit for the job. For example, if you’re applying for a marketing job and learn in the interview that high product churn is keeping the founder up at night, you can follow up with an email with three ideas on how the company can immediately improve retention.

6. Pay attention to startup funding cycles.

Fundraising impacts everything about a startup, and understanding it can also serve as a huge advantage for you in your job hunt. When you read that a startup raised $15 million, it’s safe to assume it isn’t looking for a safe, high-yielding savings account to put it in. The company is going to put almost every cent to work by increasing marketing, improving the product, and, most importantly building the team it needs to take the business to the next level. There is literally no time when the ground is more fertile for you to land a job than immediately after a startup raises money. So it’s on you to stay on top of the news.

TechCrunch is an excellent resource for keeping up with fundraising news. The site will report on just about every dollar raised in the startup world. If you’re interested in a particular company, set up Google Alerts so you can be the first to know whenever a new round of funding comes in. If you want to be ahead of the curve, AngelList has a directory of all startups looking to raise their first round of funding. It’s also an excellent job board.

These tips are just a start — for more expert insight, download our free guide, How to Get a Job at a Startup. Discover firsthand tips on how to break into a startup career, clear up confusing industry jargon, and learn about important resources that will aid you on your journey. Good luck!

Skills Needed For Marketing

By and

Building Marketing Leaders of The Future

Looking inside of a new roadmap of core skills to drive vision and leadership in the industry to see what it takes to be a leader in marketing?

This ideal skill set has changed dramatically in recent years as the responsibilities and experience of today’s marketers have expanded in scope. While strengths that used to set marketers apart — like crafting a powerful brand voice and a brilliant go-to-market strategy — are still more important than ever, leaders today need to be savvier with marketing technology, data fluent, and measurement focused. They must be equipped to decide which systems power their strategies, connect the customer experience across an array of channels, and address new innovations such as virtual reality and artificial intelligence. They are also accountable for demonstrating and optimizing ROI. 

As marketing’s purview has widened, we’ve seen individual roles become increasingly narrow and specialized, creating silos of digital capability. Budding marketers often focus on technical skills around a specific set of digital tools such as Optimizely and AdWords that translate to growing sub-fields, including conversion rate optimization and SEO/SEM. 

The problem with this approach is that by focusing on a limited set of tactical skills rather than the broader goals those skills help achieve, marketers risk losing visibility into how brands grow. They also lose the ability to solve complex problems that span beyond their immediate domain. 

This creates several human capital challenges: 

  1. Lack of leadership development: A narrow skill set is not suited to leadership roles in marketing, which increasingly require synthesis across social channels and touchpoints.
  2. Lack of career guidance: To grow beyond narrow domains, marketers need clear guidance on what skills and industry experience they should develop and what career options become available as a result.
  3. Lack of clarity in hiring: Without clarity around the essential marketing skills or how to assess for them, recruiters can only guess at who might be a high-potential candidate. And without clear expectations, new hires are not set up for marketing success. 

To better prepare the next generation of marketers, leaders across the industry urgently need to come together to explain the broad skill set needed for marketing success in the field today. As a wide-ranging set of good marketing leaders across the consumer goods, technology, publishing, and education sectors, we formed the Marketing Standards Board to channel our collective experience toward this purpose. With the goal of defining excellence in the field and providing transparency into marketing careers, we’ve crafted a framework that will help provide this clarity for individuals, teams, and business partners. 

What Makes a Marketer?

Marketing is comprised of four major functions, each with a distinct goal:

  1. Brand: Define and communicate brand purpose, value, and experience.
    • Brand marketers are responsible for brand strategy, brand communications, and working across the organization to create a holistic customer experience.
    • Sample job titles: VP of global brand, director of integrated marketing, brand manager
  2. Acquisition: Win new customers for your products and services.
    • Acquisition marketers are responsible for acquiring customers within a given budget. They run campaigns and think strategically to improve performance.
    • Sample job titles: Director of search engine marketing, lead generation specialist
  3. Retention and Loyalty: Retain customers and expand share of wallet.
    • Retention and loyalty marketers are responsible for engaging customers. They deeply understand consumer behavior and work to maximize customer lifetime value.
    • Sample job titles: Manager of CRM, director of brand activation
  4. Analytics and Insights: Get business insights and drive ROI using data.
    • Marketing analysts are responsible for analyzing increasingly large volumes of data to derive insight that informs business decisions.
    • Sample job titles: Marketing analytics manager, data scientist — marketing.

These four functions are common threads of marketing success, and they frame goals that haven’t changed over time. They were true when TV, print, and radio were the dominant media, remain true today with the prominence of web and mobile, and will remain true for whatever media and products come next. Although the execution required to achieve these goals has changed due to new tools and technology, the underlying purpose provides a stable frame of reference to understand and explain our profession.

Experienced marketers will often prioritize the skills needed for their role spread across more than one of these functions, given that a single role is often accountable for multiple goals that require a blend of skills.

A Career Framework for Marketing

With the four functions of marketing in mind, we have drafted a framework that captures our collective thinking about the career paths and associated skills required in marketing today.

Let’s break down each section of the framework and how we see it being used to guide career progression.

Level 1: Foundation

To begin a career in marketing, individuals need the bundle of skills in Level 1, from understanding customer insight to marketing technology. These skills allow them to be valuable early-career professionals, and are essential irrespective of company type, stage, and industry. From an HR perspective, Level 1 encompasses the set of required skills for most entry-level and early-career marketing candidates. They are the building blocks of marketing success that are needed and can be assessed for, regardless of one’s future career path.

Level 2: Application (Mid-Level)

Level 2 is for mid-career professionals and includes the four key functions we identified above. After demonstrating strong fundamentals from Level 1, most marketers will find that their career paths grow into a mix of Level 2 applications. Not all mid-career professionals need or desire expertise in all four areas — many will find their talents best suited in one or two. However, awareness of the full spectrum can identify strengths on which to double down and gaps that may lead a marketer to seek more support from others on their team.

For example, there are brand managers who are incredible at building out brand identity and communicating the value to consumers. They are clearly Level 2 marketers specializing in brand, even though they use acquisition and retention strategies to execute on their objectives. Similarly, there are search engine marketing managers (Level 2 marketers in acquisition) who are tremendously effective at finding new customers, and CRM managers (Level 2 marketers in retention) who specialize in engaging and delighting existing customers. Finally, new roles have emerged that are as much data professional as marketer, and as such we see Level 2 marketers in analytics.

It’s our job as leaders to guide team members toward Level 2 applications based on talent and interest, and define with our HR colleagues which (and how many) Level 2 skills are needed in each role, at each stage of seniority. Skills across these Level 2 applications, paired with strong vision and judgement, will prepare individuals to become marketing leaders.

Level 3: Leadership (Senior Role/Management)

For team members who seek leadership roles, Level 3 contains the bundle of additional skills needed to be successful marketing directors, vice presidents, senior vice presidents, and, ultimately, chief marketing officers. While having Level 3 skills does not make a leader, a leader typically possesses all of the Level 3 skills. At the leadership level, overall domain expertise and verbal communication skills becomes as important as setting the vision and strategy for the marketing team. Because these roles require problem-solving across the specialties of marketing, from customer experience to tech and data, successful Level 3s have often covered more than one Level 2 during their careers.

Next Steps: Putting Words Into Action

We formed the Marketing Standards Board six months ago to provide clarity into marketing careers for individuals, teams, and business partners. Our career framework is a first step toward achieving this goal, but it’s only effective if followed by action.

Our goal is for this career framework to be a valuable tool for:

  • Aspiring marketers who want to understand what skills they need to enter the field.
  • Mid-career professionals who want to understand their career options.
  • Marketing leaders who want to build capable, well-balanced teams.
  • HR leaders who want to build transparent, consistent career pathways.

To put this theory into action, we are going to use this framework within our organizations to:

  1. Explain career progression and roles across our teams. We’ll use the framework to guide development conversations by linking individual marketing activities to strategic objectives on our marketing teams.
  2. Guide high-potential employees on how to round out their skills. Point to individual strengths and gaps in Level 2 applications and Level 3 skills to support conversations with team members who show potential to take their career to the next level.
  3. Evaluate job candidates based on the function for which they are applying. Use one or more assessments to define and validate skills needed in open positions.

If you could benefit from these same actions, we encourage you to join us in using the framework for similar purposes in your own organizations. Our industry needs to use a common language around marketing, and that language extends beyond our board. 

In parallel, we’re seeking feedback from our colleagues and friends to refine this framework. We’re starting with partners in our executive teams, industry associations, and peers around the world. We’re also asking you. If you have feedback on how this could be useful for you, let us know at credentials@ga.co

By coalescing on what it takes to succeed in marketing businesses, we can begin to examine some of the big talent strengths and weaknesses in the profession and better prepare the next generation of successful marketing leaders. We analyzed 20K+ Certified Marketer Level 1 assessment results; download The State of Skills: Marketing 2020 report to find out what we discovered.

How to Create a Corporate Training Program? 10 Questions To Ask When Planning

By

The scoping and planning phase is an incredibly important but frequently overlooked element when developing a digital training or transformation program. L&D executives and training sponsors are often bombarded with feedback, including questions, opinions, and pressure to quickly move on launching a solution, which can often lead insufficient planning.

In hearing from large organizations across the globe, GA’s corporate training team has found that an underinvestment in scoping corporate training programs can result in substantial rework, delayed launch dates, and disappointing program outcomes due to prevalent knowledge gaps.

Continue reading

HTML for Web Development: Building the Bones of Your Website

By

Hypertext Markup Language, or HTML, is a programming language used to describe the structure of information on a webpage. Together, HTML, CSS, and JavaScript make up the essential building blocks of websites worldwide, with CSS controlling a page’s appearance and JavaScript programming its functionality.

Why Is HTML Important?

You can think of HTML development as providing the bones of a webpage, while CSS provides the skin, and JavaScript provides the brains. A webpage can contain headings, paragraphs, images, videos, and many other types of data. Front-end developers use the HTML element to specify what kind of information each item on a webpage contains — for instance, the “p” HTML element indicates a paragraph. Developers also write HTML language code to specify how different items relate to one another in the page’s overall structure or document structure.

Every website you open in your web browser, from social networks to music services, uses HTML. A look under the hood of any website would reveal a basic HTML code page, written with an HTML structure editor, providing structure for all the page’s components, including its header element, footer element, main content, and other inline elements.

A look at the HTML code that structures General Assembly’s website.
A look at the HTML code that structures General Assembly’s website.

How HTML Works in a Webpage

The HTML file plays a couple of significant roles in a webpage. First, we use the structure created by our HTML code to reference, enhance, and manipulate elements on a web page using CSS and JavaScript. For instance, you could use HTML to mark all of the headings on a web browser page, then pick the size and color you want to apply to those headings to reflect your organization’s branding, or simply a visual design developed for the site.
Second, HTML text lets us indicate the roles of different structural elements to search engines and other services that index the content and summarize it for other users. For instance, marking the caption of an image with the “figcaption” element and enclosing the image and its caption in the “figure” meta element helps a search engine understand that these two pieces of content are related and that the caption describes the associated image.

Learning HTML at General Assembly

Whether you want to land a job as a front-end or full-stack web developer or just want to dip your toe into programming, HTML is a natural place to start. Learning HTML, along with CSS and basic JavaScript, provides you with the fundamental skills necessary to create your interactive single-page website.

In GA’s part-time courses in Front-End Web Development and HTML, CSS & Web Design, and our career-changing, full-time Web Development Immersive program, you’ll get hands-on practice coding your projects, from static personal and business websites to single-page applications like games and interactive photo galleries.

These projects give you practice using basic HTML tags and structuring pages with different components, including headers, footers, sidebars, and navigation. You’ll also code CSS and JavaScript and learn how to put all three together to build websites that implement modern standards and use best practices for front-end development.

Meet Our Expert

Sasha Vodnik is a front-end web developer and author who teaches Front-End Web Development and JavaScript Development at General Assembly’s San Francisco campus. He also writes books on HTML, CSS, and JavaScript and creates video courses through Lynda.com.

“I love meeting students from a wide variety of industries, with a whole spectrum of goals, from all over the world. I’m continually inspired by the thoughtful, creative projects they build in the course that showcase their new skills and unique vision.”

– Sasha Vodnik, Front-End Web Development Instructor, General Assembly San Francisco