Skip to content

Commit

Permalink
feat: remove jeremy
Browse files Browse the repository at this point in the history
  • Loading branch information
jdjuan committed Aug 2, 2018
1 parent 1600532 commit 13238a4
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 29 deletions.
10 changes: 2 additions & 8 deletions src/app/core/event/event-data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ export enum SpeakerName {
Andres = 'Andrés Villanueva',
Alyssa = 'Alyssa Nicoll',
Susie = 'Susie Sahim',
Jeremy = 'Jeremy Wilken',
Laura = 'Laura Ciro',
Jorge = 'Jorge Cano',
Bartosz = 'Bartosz Pietrucha',
Expand All @@ -29,7 +28,6 @@ export enum ShortSpeakerBio {
Andres = 'Google Developer Expert in Firebase',
Alyssa = 'Google Developer Expert in Angular',
Susie = 'Senior Creative Engineer. Tech Lead at Google',
Jeremy = 'GDE in Angular and the Google Assistant',
Laura = 'Software Developer at Yuxi Global',
Jorge = 'Google Developer Expert in Angular',
Bartosz = 'Angular-Academy.com Founder',
Expand All @@ -54,8 +52,6 @@ export enum SpeakerBio {
// tslint:disable-next-line:quotemark
Susie = "Tech lead for Google marketing's component libraries. Founder of PaperDemon.com, a community helping artists to become more awesome.",
// tslint:disable-next-line:quotemark
Jeremy = "Software engineer and Google Developer Expert for Angular and the Google Assistant. He is the author of Angular in Action and Ionic in Action, as well as a regular speaker at events around the world. Lives in Austin, Texas, with his wife and daughters. When he isn't coding, you can find him brewing beer.",
// tslint:disable-next-line:quotemark
Laura = "I'm @pionerasdev Co-Organizer and Software Developer at @YuxiGlobal. Apps developer in Node, Ruby, Arduino for IoT as stand-alone applications with Angular. Passionate about Code, Music, Poetry, and Inclusion; volunteer in events for minorities or people with hardships economy/social",
Jorge = 'After more than 9 years working in the tech industry, I am a full stack developer with focus on JavaScript technologies. Today, I work at Byte Default using Angular / RxJS / Firebase / Nativescript as well as other technologies. He delivered several courses and talks as well as write some tech articles on these subjects. Because of that, he was recognised as a Google Developer Expert in Angular & web technologies and Nativescript Developer Expert.',
Bartosz = 'Full-stack software engineer, software consultant and founder of Angular-Academy.com. For the last couple of years he has been working with clients from Great Britain, Switzerland, Poland and Finland. Having achieved OOP proficiency with Java, he delved into JavaScript programming and found front-end world extremely fascinating. He wants to share his knowledge via trainings and workshops as it gives him great dose of fulfillment. He speaks at international conferences and gives workshops across Europe. He was teaching advanced front-end technologies in Poland, Israel, Great Britain, Finland and Romania.',
Expand Down Expand Up @@ -112,15 +108,15 @@ export enum GeneralActivityDescription {
export enum WorkshopTitle {
RxJSFromTrainee = 'RxJS: From trainee to BOSS',
WritePowerful = 'Write powerful Unit Tests with Angular Test Bed',
BuildingConversational = 'Building Conversational Experiences',
Firebase = 'Getting Real-Time with Firebase and Angular',
AccessibleAngular = 'Accessible Angular Applications',
}

export enum WorkshopDescription {
RxJSFromTrainee = 'in the workshop we will see from the foundations, how to work and understand the operation of RxJS, the only previous knowledge you need is to understand a bit of JS...',
WritePowerful = 'In this workshop we will learn and practice how to write effective unit tests, covering the fundamentals of the Angular TestBed API and see how writing unit tests in Angular can change our development life. We also will understand the deploy process of a typical Angular application and what is the part of the unit tests over there. The plan for the workshop is, we will cover what is a unit test how to bring them into Angular, then we will see what is the Angular TestBed and how never forget the how to write a test in Angular. Also, we will see how to test providers and components and We will meet the "Do-it-yourself Angular Test framework to facilitate your development life. Next, we will introduce TDD and we can deep into Karma Jasmine and Protractor to definitely you be on the road. A little bit of sugar with e2e tests and finally We will introduce the Angular TestBed (ATB) repository and We will see how to contribute using unit tests to the Angular / Angular TestBed projects.',
// tslint:disable-next-line:quotemark
BuildingConversational = "With the rise of voice assistants, voice is becoming another surface area for users to interact with your product or service. We can now start to blend this new technology with our existing offerings to improve user experience, engagement, and satisfaction. Using technologies like newer browser APIs, Google Actions, Dialogflow, and Angular, you can improve the user experience of your applications. Also including AI, you can craft intelligent voice driven experiences quickly that integrate with your services and drives your interfaces. We'll look at how to design and the tools you can use to build your own conversational interfaces for the web.",
Firebase = 'The participants of this workshop will work hands on with Firebase in an Angular application. They will walk along a journey of developing an app with Angular and the real-time magic of Firebase, using the angularfire2 library. Firebase acts as a backend as a service and takes care of real-time synchronization across apps and platforms. The participants will learn about and use the main Firebase modules needed to develop a simple social application. They will use Authentication, cloud storage and the Real-Time database. Best practices about application planning will be discussed, like structuring the data in the API and decisions that need to be made in advance. At the end of this workshop, each participant will have created and deployed a simple web application. The workshop needs prior knowledge of web development. Some basic Angular experience is preferable, but not essential. No prior knowledge of Firebase is needed. The users will need a web-development-friendly laptop (preferably a Unix-based system, or Windows with nodejs and npm installed).',
// tslint:disable-next-line:quotemark
AccessibleAngular = "In total, almost 12% of the Latin American and Caribbean population is thought to live with at least one disability (~66 million people). 83% of us who don't currently have a disability, will age into one. And as the aging population increases, it is ever more important that we make our apps inclusive to this population.I'll demonstrate how you can use Angular to make your applications more accessible to people with visual and motor impairments so we can build a web that's accessible to everyone!",
}
Expand Down Expand Up @@ -161,8 +157,6 @@ export enum ActivityDescription {
// tslint:disable-next-line:quotemark
AccessibleAngularApps = "In total, almost 12% of the Latin American and Caribbean population is thought to live with at least one disability (~66 million people). 83% of us who don't currently have a disability, will age into one. And as the aging population increases, it is ever more important that we make our apps inclusive to this population. I'll demonstrate how you can use Angular to make your applications more accessible to people with visual and motor mpairments so we can build a web that's accessible to everyone!",
// tslint:disable-next-line:quotemark
SafelyBreakingCode = "With the rise of voice assistants, voice is becoming another surface area for users to interact with your product or service. We can now start to blend this new technology with our existing offerings to improve user experience, engagement, and satisfaction. Using technologies like newer browser APIs, Google Actions, Dialogflow, and Angular, you can improve the user experience of your applications. Also including AI, you can craft intelligent voice driven experiences quickly that integrate with your services and drives your interfaces. We'll look at how to design and the tools you can use to build your own conversational interfaces for the web.",
// tslint:disable-next-line:quotemark
DontWorryBeHappy = "We have experienced a revolution in the Front-End with innovative ideas from Frameworks and libraries, however, how can our Back-End learn and benefit from this?, The architecture in Node can be a headache, Do not lose your mind!. Let's increase our technical skills and level of happiness, building robust applications in a simple, consistent and fast way, without losing the simplicity of Node with Nest.js; a framework based on the Angular design that provides the best concepts for scalable systems. Additionally, Nest.js is a short route for the approach of Angular developers to Node.js",
SchematicsInAngular = 'Have you ever wondered how work the angular cli? You never thought how good it would be if I did more things for you? Schematics is the little gem that you were waiting',
TurnYourSmartphone = 'In this talk I will show you how to utilize machine learning algorithms and RxJS stream processing to recognize gestures made by hand movements. You hold your smartphone in your hands and make a meaningful gesture. Smartphone generates accelerometer signal that is fetched by the web application. RxJS processes this stream of data points and executes machine learning algorithm on TensorFlow.js to recognize your intention! This is later used to control an application or even a game! You will learn how to apply all the pieces together to turn your smartphone into Nintendo Wii-like controller. Come and join me in this journey full of fun and science!',
Expand Down
23 changes: 3 additions & 20 deletions src/app/core/event/event.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -80,17 +80,6 @@ export class EventService {
github: 'https://github.com/bogusred',
website: 'http://susiesahim.com/',
},
{
name: SpeakerName.Jeremy,
shortBio: ShortSpeakerBio.Jeremy,
bio: SpeakerBio.Jeremy,
talk: TalkTitle.SafelyBreakingCode,
photo: this.basePath + 'jeremy.jpg',
country: Country.UnitedStates,
twitter: 'https://twitter.com/gnomeontherun',
github: 'https://github.com/gnomeontherun',
website: 'https://gnomeontherun.com',
},
{
name: SpeakerName.Laura,
shortBio: ShortSpeakerBio.Laura,
Expand Down Expand Up @@ -241,10 +230,10 @@ export class EventService {
time: '12:00',
},
{
title: WorkshopTitle.BuildingConversational,
description: WorkshopDescription.BuildingConversational,
title: WorkshopTitle.Firebase,
description: WorkshopDescription.Firebase,
time: '14:00',
speaker: SpeakerName.Jeremy,
speaker: SpeakerName.Katerina,
},
{
title: WorkshopTitle.AccessibleAngular,
Expand Down Expand Up @@ -295,12 +284,6 @@ export class EventService {
time: '10:10',
speaker: SpeakerName.Susie,
},
{
title: TalkTitle.SafelyBreakingCode,
description: ActivityDescription.SafelyBreakingCode,
time: '10:45',
speaker: SpeakerName.Jeremy,
},
{
title: TalkTitle.DontWorryBeHappy,
description: ActivityDescription.DontWorryBeHappy,
Expand Down
2 changes: 1 addition & 1 deletion src/app/diversity/diversity/diversity.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<h2 class="smaller">Diversity Scholarships<span class="roboto">.</span></h2>
</div>
<div class="section paragraph">
<p>At NgColombia we are commmitted to achieve <span class="bold">a diverse representation of our community</span> and to provide an inclusive environment where everyone feels safe and welcome, <span class="bold">a place where they feel like they belong.</span><br><br> Anyone from an underrepresented group in technology is invited to apply. <span class="bold">This includes, but is not limited to:</span> people of color, people with disabilities, people who identify as LGBTQIA+, women and non-binary people, those facing economic or social hardships, and veterans.</p>
<p>At NgColombia we are committed to achieve <span class="bold">a diverse representation of our community</span> and to provide an inclusive environment where everyone feels safe and welcome, <span class="bold">a place where they feel like they belong.</span><br><br> Anyone from an underrepresented group in technology is invited to apply. <span class="bold">This includes, but is not limited to:</span> people of color, people with disabilities, people who identify as LGBTQIA+, women and non-binary people, those facing economic or social hardships, and veterans.</p>
<a class="mat-squared mat-light-button"
href="https://docs.google.com/forms/d/e/1FAIpQLScO8PdPhGmp53Vo3pQordnoq8MjjwAC7pdB0zeqRn5p0JKbxA/viewform"
target="_blank"
Expand Down

0 comments on commit 13238a4

Please sign in to comment.